cancel
Showing results for 
Search instead for 
Did you mean: 

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

nailedit
Newcomer
Newcomer
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,  
        }
    }
   
1 REPLY 1

nailedit
Newcomer
Newcomer

Hi, I really tried everything but it doesn't work and you could check my recent posting in here: 

https://community.zoom.com/t5/Zoom-Meetings/Avoiding-Waiting-room-and-how-to-use-passcode-instead-wi...