Description
in our web application, we have organization and in one organization we have multiple users so we do zoom integration at the organization level so every user of the organization has the same API key and secret key. so while I am creating a zoom meeting it’s from the same API key and secret key. it allows me to create the meetings and at zoom client side we are using zoom SDK please check this link https://marketplace.zoom.us/docs/sdk/native-sdks/web/getting-started/integrate
Error
The problem is while you try to join the meeting from zoom client its give me the error “Another meeting is running”
Additional context
Do I need to purchase business account or what how can I join multiple zoom meetings
Add any other context about the problem here.
Hi @tommy
I also have a same issue
We created SPA and used Web SDK
SPA created meetings via our API. Our API used Zoom JWT app creaddential (bussiness account)
Our API requested Zoom API and create meetings with same API/ secret keys meeting #1 and meeting #2
Then when we try to started meeting #1 and #2 in parallel - it shows “Another meeting is running” popup alert
So what we should do with Web SDK or JWT App or credentials to create meetings via API and then run via SDK meeting #1 and #2 in parallel?
Our JWT App has only one user - maybe reaseon in that we created many meetings where host one user and when one meeting running - othere cant run (“Another meeting is running” popup)
So if JWT APP have many users and will create meetings for each user and hosts in each meeting will be different - it should solve this issue?
Yes Tommy, I am using web sdk and have a business account and want to join 3-4 hosts at a time in different meetings. But it is giving me error that “Meeting already running etc…”.
So I need using this account, my users can join multiple meetings.
Regardless of the SDK platform, a user can only start/host one meeting at a time[1]. If you need other meetings to run at the same time then you will need to create users and create a meeting associated to that users.