Hi @alex.unger,
I’m trying to do the same thing. The purpose is to create a meeting link so that everyone can join without registration. Also, I want the person who sends this request to be the host and should be able to join regardless of if already is attending another meeting.
Here are the parameters I’m using:
{
"settings": {
"approval_type": 2,
"audio": "voip",
"auto_recording": "none",
"enforce_login": false,
"host_video": true,
"join_before_host": true,
"mute_upon_entry": false,
"participant_video": true
},
"topic": "Test Meeting",
"type": 1
}
The only problem that I have so far is when I generate a meeting ID and try to show it in an iframe, I get the following message:
The host has another meeting in progress
If you are the host, please sign in to start meeting
I’m embedding an iframe inside my app which allows users to start zoom meetings inside my app. The problem is there may be multiple instances of the app and the user might have started the other meeting from another device but I want the host to join regardless of the other started meeting.
Kindly reply.
Regards,
Subhan Ahmed