Skip to content

Commit

Permalink
Add "use_pmi: False" to settings object
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Dec 1, 2021
1 parent b076017 commit ebad554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/officehours_api/backends/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def _create_meeting(cls, user: User) -> ZoomMeeting:
"join_before_host": False,
"waiting_room": True,
"meeting_authentication": False,
"use_pmi": False
},
},
)
Expand Down

0 comments on commit ebad554

Please sign in to comment.