API Endpoint of Zoom Meeting
[https://api.zoom.us/v2/users/me/meetings]
{
"type": 3,
"settings": {
"auto_recording": "cloud",
"join_before_host": true,
"audio": true,
"approval_type": 2,
"waiting_room": false
}
}
Description
I am creating a meeting with the above work flow. It does work as I want but I have couple of questions:
- Is there any option in Zoom that recording should start once user turn on their mic, till then it should not start?
- For now only 1 meeting is created and users can join them at once. But for the next meetings, users need to wait for the first meeting to end and it says “Host is in another meeting”. How to bypass this one? multiple meetings that users can join parallel with other meetings.