Allow users to record their name when they join a meeting in Microsoft Teams
When you set up Audio Conferencing in Microsoft 365 or Office 365, you get phone numbers for your users through an audio conferencing bridge. A conferencing bridge can have one or more phone numbers that are included at the bottom of the meeting invite. These phone numbers allow users to join Microsoft Teams meetings by dialing in.
As an admin, you can manage whether callers who dial in can record their name before joining a meeting.
Allow callers to record their name in the Teams admin center
Using the Microsoft Teams admin center:
Navigate to Meetings > Conference Bridges.
At the top of the Conference Bridges page, select Bridge settings.
Toggle Meeting entry and exit notifications to on.
For Entry/exit announcement type select Names or phone numbers from the dropdown.
Toggle Ask callers to record their name before joining a meeting to On.
Select Save.
Note
We are frequently updating how you can manage features, so the steps here might be a little different from what you see.
Manage whether callers can record their names with PowerShell
To manage whether callers can record their names with PowerShell, use the -EnableNameRecording
. -EntryExitAnnouncementsType
, and -EnableNameRecording
parameters, within the PowerShell Set-CsOnlineDialInConferencingTenantSettings cmdlet. For script examples, see Set-CsOnlineDialInConferencingBridge.