Skip to content

Commit

Permalink
feat(zoom): enable waiting room (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored Jan 16, 2021
1 parent 7c93116 commit d157066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ async def zoom_command(ctx: Context, meeting_id: Optional[int] = None):
"host_video": False,
"participant_video": False,
"mute_upon_entry": True,
"waiting_room": False,
"waiting_room": True,
},
)
except Exception:
Expand Down

0 comments on commit d157066

Please sign in to comment.