Teams – Meeting organizer can now manage meeting options from the client
The meeting organizer of a Teams meeting can now update the meeting option from the client.
A new setting is becoming available for Teams meeting policies to control how dial-in users are handled when joining the meeting.
With this new setting, dial-in users are bypassing the lobby by default.
You can control it by editing the Allow dial-in users to bypass the lobby setting in the meeting policy from the portal
or by using the Teams PowerShell module by turning on or off the AllowPSTNUsersToBypassLobby parameter
NOTE the meeting policy CMDlet’s are available with the Skype for Business PowerShell module (available here https://www.microsoft.com/download/details.aspx?id=39366)
Import-Module SkypeOnlineConnector
$sfbSession = New-CsOnlineSession
Import-PSSession $sfbSession
Set-CsTeamsMeetingPolicy –Identity <Teams Meeting Policy> –AllowPSTNUsersToBypassLobby $true or $false
The meeting organizer of a Teams meeting can now update the meeting option from the client.
As you know, when setting up a Teams meeting you can define who can be automatically admitted to join the meeting, defined by your Teams...
As you know Teams has been allowing end-users to either blur or set a custom background for their meeting.