Assistance Required for Joining Multiple Zoom Meetings Simultaneously

I am currently using the Zoom Server-to-Server OAuth app for our backend to generate multiple meetings. We also utilize the general Zoom app in frontend to allow users to join these meetings. However, I have encountered an issue where two or more users cannot join meetings simultaneously using the same Zoom general app credentials, as the OAuth process has not been implemented.

At present, users receive an error message stating, “Host is in another meeting,” when attempting to join another meeting before the previous one ends. To address this, I would like to know if there is a solution that would allow users to join meetings directly from our website without needing to log in through the Zoom OAuth process.

Ideally, we would like to enable multiple users to join meetings at the same time, using our internal Zoom credentials, without requiring them to go through the OAuth flow individually. Could you please advise if this is possible and provide guidance on how we can implement this?

@sks1 one user can only host 1 meeting at any point in time. This has nothing to do with S2S OAuth or General App. The other users should join as guest.

@chunsiong.zoom Could you please provide a solution for creating multiple meetings simultaneously using my business Zoom credentials? I also want the ability to run these meetings in parallel for multiple users, allowing them to join directly through my website without requiring a Zoom login.
Please provide the relevant code solution as well.

1 Like