Question
Integration Zoom integration using zoom JWT and SDK meetings
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?
