Forum Discussion
Pulkit_Gupta05
Microsoft
Feb 03, 2022Automatically Update Online Meeting Setting By pass lobby
Team, I would like to know the ways to change the bypass lobby setting except UI, Its very hard to admit each organizer in the teams meeting. Do we have a way where we can bypass the lobby to set o...
Feb 05, 2022
Hi, in case you don't want to use the UI you should use the Teams meeting policy with Set-CsTeamsMeetingPolicy and the -AutoAdmittedUsers parameter.
"Determines what types of participants will automatically be added to meetings organized by this user."
https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps
Also available using Graph https://docs.microsoft.com/en-us/graph/api/resources/lobbybypasssettings?view=graph-rest-1.0
"Determines what types of participants will automatically be added to meetings organized by this user."
https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps
Also available using Graph https://docs.microsoft.com/en-us/graph/api/resources/lobbybypasssettings?view=graph-rest-1.0