Waiting Room Issue : Even though I set my api but...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2025-01-27 06:47 AM
But they put users in waiting room still .
I set my apis like that, although waiting room is false but they put ...
any one knows why???
data = {
"topic": f"{row['type']} with {row['matenick']} and {row['usernick']}",
"type": 2, # reserved meeting
"start_time": start_time_iso,
"duration": int(row['time']), #by minutes
"settings": {
"join_before_host": True,
"mute_upon_entry": True,
"waiting_room": False,
"auto_recording": "cloud",
"recording_audio_transcription": True,
}
}
Topics:
- Topics:
-
Creating & Scheduling
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2025-01-28 09:23 AM
@nailedit wrote:But they put users in waiting room still .I set my apis like that, although waiting room is false but they put ...any one knows why???data = {"topic": f"{row['type']} with {row['matenick']} and {row['usernick']}","type": 2, # reserved meeting"start_time": start_time_iso,"duration": int(row['time']), #by minutes"settings": {"join_before_host": True,"mute_upon_entry": True,"waiting_room": False,"auto_recording": "cloud","recording_audio_transcription": True,}}
Hey its confusing but u can try these steps. Check that the Zoom account settings at the account level or user level do not override the API settings. Check the Zoom web portal under Account Settings > Meeting > Security > Waiting Room and ensure it is disabled or set to allow participants to bypass the waiting room.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2025-01-29 06:29 AM
Hi, I really tried everything but it doesn't work and you could check my recent posting in here:
