Integration Zoom integration using zoom JWT and SDK meetings | Community
Skip to main content
Newcomer
April 26, 2023
Question

Integration Zoom integration using zoom JWT and SDK meetings

  • April 26, 2023
  • 1 reply
  • 0 views

Hi I am having a licensed plan and I am trying to connect the zoom meeting

My requirement is: anyone in organisation can schedule a multiple meeting with other guys and so on.

 

I am able to create a meeting using :

https://api.zoom.us/v2/users/{userId}/meetings  and in response getting join_url to connect over zoom.
But my use case is: 
I have 4 user so user 1  can create and schedule a meeting at 7:30pm to user 2
and at the same time user 3 can create and schedule a meeting at 7:30pm to user 4.
 
but once i am running first meeting and 2 meeting is going to start, its asking to stop first meeting then join second meeting.
Is it possible to run a multiple meeting at same time?
 

 

    1 reply

    Community Manager
    May 2, 2023

    Hi @bhanuwhite welcome to the Community! If you meet the prerequisites from the knowledge base article on Hosting multiple meetings simultaneously, you maybe able to use the Create Meeting endpoint 

     

    More information from our Developer Forum on How to create meeting with Host using API?