Can a bot using single Zoom SDK Credential Join Multiple Meetings Simultaneously?

We have created a Zoom bot using the Zoom SDK that joins a meeting, captures raw audio, and converts it into text (live transcript). Now, we want to know if it’s possible for a single set of Zoom SDK credentials to allow the bot to join multiple meetings simultaneously. If not, is it possible to run multiple instances of the bot using a single set of Zoom SDK credentials to join multiple Zoom meetings at the same time?
We’re looking for advice or best practices for handling multiple meetings concurrently with Zoom SDK credentials.

Hey @Jayant,

Zoom SDK credentials are meant to support high concurrency so you shouldn’t have any issues with using the same SDK credentials for multiple concurrent meetings. There isn’t anything special you need to do from an implementation perspective to support this.

2 Likes

I want to know if one Zoom credential supports bot joining multiple meetings. If yes, how is one meeting separated from another? Please explain in detail.

@Jayant to be clear, a single bot cannot join multiple Zoom meetings simultaneously. However, you can spin up multiple bots that can join different meetings. All of these bots can use the same underlying set of Zoom SDK credentials to join these meetings.

If you want to join multiple meetings concurrently, then you’ll need to create multiple bots to join these meetings, but you’ll only need a single set of Zoom SDK credentials.

Let me know if that clears things up!

Earlier, I was using the Zoom Meeting SDK credentials from my personal email to get live transcriptions and use them in our product for further use case. Now, I want to use the Zoom Meeting SDK from my company email and integrate it into our product for live transcriptions. Do we need to obtain any licenses or subscriptions to use the Zoom Meeting SDK credentials, or can we use it for free? I am not seeing the option to build an app from my company email.

Hi @amanda-recallai please give the reply for the
above concern

You should be able to create a Zoom app from your company email in the exact same way that you did from your personal email. You can visit https://marketplace.zoom.us/ while logged into your company email and select “Develop” then “Build App” to make the new app.

But my concern is whether i am able to use meeting sdk credential in our product without any subscription or we have to buy a plan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.