Integrate Zoom to create meeting on an application using reactJS and Python

Hey everyone. So the use case I am hoping to achieve is that I want a person logged in as admin in my application to create a zoom meeting. However, the zoom meeting should be created using the admin’s personal zoom account. Any suggestions on how to achieve this functionality? There will be multiple admin accounts accessing the application.

Hey @darryl.ferdinands,

Sure! Use Zoom OAuth, and then once you have the users access token, you can create meetings on their behalf.

Thanks,
Tommy

1 Like

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