Parallel a lot of meetings

Hi everyone!

Can you please help me with a problem we’re facing regarding parallel meetings?

We are developing a project that involves scheduling numerous one-on-one meetings. These meetings are set to start at specific times without a host, allowing participants to join the meeting on time without needing the host to be present. Currently, we are using a basic plan that includes only one licensed user, and during testing, we found that we cannot start multiple meetings simultaneously. It appears that the ability to host concurrent meetings depends on the number of licensed users. Therefore, if we want to run 10 meetings at the same time, we would need 10 licensed users, which falls under the Enterprise or Business plan. We expect to have approximately 100+ meetings running simultaneously.

At the moment, we are testing our application using server-to-server authentication. This process involves registering one user as the primary user and using their credentials to authenticate requests, such as creating Zoom meetings and setting up webhooks. We have tested our application at the following endpoint: https://api.zoom.us/v2/users/me/meetings.

What do you think is the best solution for us? Should we consider using the SDK or explore other approaches to resolve this issue?
Thank you!

@ivashchenkoivan5 as a rule of thumb, each meeting requires 1 host. for 100 concurrent meetings you will need 100 host.

1 Like

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