Generate meeting by users own account

Hello, i am looking to integrate zoom api with my app where a user will be able to login in into his own account and create a new meeting…
As i read Zoom provides you the ability to create zoom meetings for a single email wich is the developer accounts, so in this case only 1 meeting can be held at a time…
Incase anyone has passed with such case please help…

Please note i am using react-native for my mobile application…

Hi @hadihassan09,

Thanks for reaching out about this, and welcome to our Developer Community!

You can create meetings on a user’s behalf via API, using our Create Meeting API:

If the user is under your Zoom account, you can authenticate your request with credentials from a JWT App under your account.

Otherwise, if the user has their own Zoom account that you’d like to schedule meetings on their behalf, then this would require an OAuth App for authentication.

Let me know if you have additional questions!

Best,
Will

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