How to create meetings, rooms and webinars using Zoom's web sdk?

I need to make a solution in which my client can use to create meetings, rooms, and webinars using my portal but on Zoom using its SDK. Is this possible or I need to call Zoom APIs for this.

Also, I think Oauth2 is suitable for this requirement, JWT will not work here because here I need to create meetings, rooms, and webinars using the client’s account. Am I right?

Hey @abhinav.p,

Correct, you will need to use OAuth to be able to create meetings and webinars on behalf of someone who is outside your Zoom account. And you will need to use the Zoom API for this. :slight_smile:

Let me know if you have any additional questions!

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.