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?