I asked this question here because we have integrated zoom APIs to create meetings from our dashboard and I know a single user license can’t have simultaneous sessions.
And I am sure this is a standard use-case for a lot of apps. So wanted to understand what’s the best way to handle this.
And also wanted to understand more about the attendance part.
Licensed users on Enterprise, Business, and Education accounts can host up to 2 meetings at the same time. To learn more about how to host concurrent meetings, please visit our help documentation here :
You can make Registration required and provide the registrants with the unique join URL. This workflow might look like this:
So as per these links, my understanding is the app needs to handle the logic and make sure there are no overlapping meetings, have multiple licenses and shuffle accordingly? Please confirm.
One more question: Can we allow multiple users to join as hosts? I couldn’t find user level start_url option anywhere (Similar to user level join_url, which is available in registrants API response).
Yes, correct! It is best practice to handle licenses validation and assignment in the App.
One user can join a host and another as an alternative host. Please see the notes listed in the Can I host concurrent meetings help documentation below: