Hello!
We’re creating meetings through the oauth and then join them systematically using the web sdk with JWT.
So basically all the meetings are created by the same zoom account but we’re sending different variables as ‘users’ in the web sdk(different e-mail, different name, same api key, different signature based on roles)
Today I realized that I am not able to start multiple meetings with the same account at the same time. How can I possibly achieve this?
Our custom system can have up to 10 meeting hosts theoretically but again, we’d only want to use one single zoom account for all of them, with custom variables as specified above.
I’m writing this now as I believe, few weeks ago I was able to have concurrent meetings running without any problem, I’m not really sure what changed.
Thank you!