How do you create multiple sessions?

I am working on integrating Zoom Video SDK into our website. I follow the zoom documentation on how to create a single session, it works but I might need more sessions since we will probably have about 10-15 meetings/sessions at the same time.

Question:

  1. How many sessions I can create? Is there a limit?
  2. How do I create multiple sessions? Do I need to code it manually or is there any interface where I can create the sessions?
  3. Is there a limit on how many participants can join in each session?

Thanks!

anyone?? It would be a big help. Thanks in advance!

Hey @dprian

Thanks for your feedback.

  1. How many sessions I can create? Is there a limit?

No limit.

  1. How do I create multiple sessions? Do I need to code it manually or is there any interface where I can create the sessions?

Video SDK currently does not provide an interface to create multiple sessions.

1 Like

Thank you for the reply! So how do I create multiple sessions then?

Hey @dprian ,

You can just generate a signature and spin up the session by joining it:

Thanks,
Tommy

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