cancel
Showing results for 
Search instead for 
Did you mean: 

Waiting room

Jainkundan
Listener

I use zoom api i want that when host set waiting room is false then participants can enter in meeting without waiting and if host set waiting room bit true then participants will be in waiting room and host will admit the users.
The problem is when host set waiting room false but in always keep in waiting room.The expected behaviour should be that when waiting room false then participants will be join meeting without waiting.
How to resolve this issue.
{

topic: meetingName,
type: 2,
start_time: startTime,
timezone,
settings: {
host_video: settings.host_video,
participant_video: settings.participant_video,
join_before_host: settings.join_before_host,
mute_upon_entry: settings.mute_upon_entry,
watermark: false,
use_pmi: false,
approval_type: 0,
audio: "both",
auto_recording: settings.auto_recording,
waiting_room: settings.waiting_room,
meeting_invitees: meeting,
},
};
0 REPLIES 0