Configure Speaker Attribution for Microsoft Teams Rooms

Описание к видео Configure Speaker Attribution for Microsoft Teams Rooms

Speaker recognition and attribution in Teams Rooms is being extended to existing hardware. With speaker recognition, Teams Rooms on Windows can identify speakers during live transcription in shared meeting rooms, allowing to track who said what during the meeting through intelligent meeting recap and Copilot.

00:00 - Show and guest intro
01:32 - Understanding speaker attribution during- and post meetings
12:00 - Setting up speaker attribution and facial recognition in PowerShell
21:00 - Set up attribution on Teams Rooms side with voice recognition turned off + recap


PowerShell code for Global Policy:
Set-CsTeamsMeetingPolicy -Identity Global -EnrollUserOverride Enabled
Set-CsTeamsMeetingPolicy -Identity Global -roomAttributeUserOverride Attribute –RoomPeopleNameUserOverride On -AllowTranscription $true

PowerShell code for groups:
New-CsTeamsMeetingPolicy -Identity PilotUsers -EnrollUserOverride Enabled -AllowTranscription $true
Grant-CsTeamsMeetingPolicy -Identity [email protected] -PolicyName PilotUsers
New-CsTeamsMeetingPolicy -Identity PilotUsers -EnrollUserOverride Enabled -AllowTranscription $true
Grant-CsTeamsMeetingPolicy -Identity [email protected] -PolicyName PilotUsers

Комментарии

Информация по комментариям в разработке