Zoom Meeting SDK - ReactJS

Hi,

I want to use the meeting SDK to automatically create meeting for my company team members .

I need it to automatically create a meeting/session then I can use the meeting SDK with react js to add my team members to the meeting.

Can someone direct me on how i can accomplish this easily. Zoom documentation and authorization flow is very very confusing .

Hope to hear from you soon.

Thank you.

@sendtoife

To create meeting: Use REST API. You can access REST API by either creating a Server to Server App, or General App’s OAuth credentials

To join meeting: Use Meeting SDK. You will need General App with Meeting SDK enabled.