Join multiple meeting at time with same api key and secret key

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.

Hey @kartik, thanks for posting and using Zoom!

Are you using the same meeting numbers for all the meetings at the same time?

Thanks,
Tommy

@tommy No i creating new meeting every time just apikey and secret key is same.

Hey @kartik,

The Web SDK supports running multiple meetings at once, however a single Zoom user can only be in one meeting at a time.

Are you trying to join multiple meetings at once?

Thanks,
Tommy

1 Like

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?

Hey @frayeralex,

How are you generating the signatures for these meetings?

https://marketplace.zoom.us/docs/sdk/native-sdks/web/essential/signature

Thanks,
Tommy

Hey @tommy

Me generated signature on our API side - used JWT App API/SECRET keys like on https://marketplace.zoom.us/docs/sdk/native-sdks/web/essential/signature example,

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?

Thanks

Hey @frayeralex,

That is correct, one user / host can only be in one meeting at a time.

Let me know if that works!

Thanks,
Tommy

I am following your blog and want to set up meetings with multiple people. Can you please help that how to create multiple user in JWT app.

Thanks,
Mohit

Hey @mohit.madaan,

Are you wanting to use the Web SDK and or create users via the API so you can have multiple meeting hosts?

Please clarify.

Thanks,
Tommy

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.

Please help.

-Mohit

Hi Mohit,

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.

1 - https://support.zoom.us/hc/en-us/articles/206122046-Can-I-Host-Concurrent-Meetings-

Let us know if this works out for you.

Thanks