Hello, we are planning on creating a web application that integrates zoom meetings/webinars using the Web SDK and I have two questions regarding the API calls on the limit and cost per meeting/webinar per user created.
So, reading the documentation I found that to have concurrent webinars/meetings, we have to create multiple users using the “POST https://api.zoom.us/v2/users” API endpoint.
-
Each user created will have up to 100 request withing 24 hours to create his meetings. Does this limit applies to the creation of Webinars too ?
-
If a user is created, will he be able to host and create Webinars without paying for an additional license or fees ?
For example if I have only one main account with a Pro License and Webinar Plan, using his credentials ( token ) I create multiple users. Can each user created using this main account credentials/token, host different Webinars simultaneously created with the “POST https://api.zoom.us/v2/users/{userId}/webinars” endpoint without additional Licenses needed to be purchased for each one of them ? Or do we need to pay for another License for each user created to host multiple Webinars simultaneously ?
Thanks for your time and answers !