Question
Waiting Room Issue : Even though I set my api but...
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,
}
}
