Forum Discussion
Microsoft teams Audio Conferencing - Outside Clients stuck in lobby
I'd suggest you revisit the settings and ensure your end-user (joiner\organizer) is using the default meeting policies (Global) also consider what type of medium they (joiner) are using to join a meeting - either accessing it using Teams Desktop, using the meeting link as anonymous user or probably dialing in using their mobile devices.
- TAC : https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-in-teams
- PowerShell : https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps
Teams Admin Center (UI) | SFB PowerShell |
Teams Admin Center > Users> select the affected user > Policies tab > Edit | "Grant-CsTeamsMeetingPolicy -Identity user@domain.com -PolicyName $null". |
Global Meeting Policy | RestrictedAnonymousAccess Policy |
AllowAnonymousUsersToStartMeeting = True AutoAdmittedUsers = Everyone AllowPSTNUsersToBypassLobby = True | AllowAnonymousUsersToStartMeeting = False AutoAdmittedUsers = EveryoneInCompany AllowPSTNUsersToBypassLobby = True |
- https://docs.microsoft.com/en-us/office365/enterprise/view-service-health
Polite as usual,
BFN
----------------------------------------------------------------------------------------------------
Note: I do this on my free time to help foster the cloud community. Please also mark my response accordingly.