Skip to content

Commit 85466f3

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent a8b9f3c commit 85466f3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,30 @@ Accept pipeline input: False
11711171
Accept wildcard characters: False
11721172
```
11731173

1174+
### -RoomPeopleNameUserOverride
1175+
1176+
Enabling people recognition requires the tenant CsTeamsMeetingPolicy roomPeopleNameUserOverride to be "On" and roomAttributeUserOverride to be Attribute for allowing individual voice and face profiles to be used for recognition in meetings.
1177+
**Note**: In some locations, people recognition can't be used due to local laws or regulations.
1178+
Possible values:
1179+
1180+
- Off
1181+
- On
1182+
1183+
On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar.
1184+
Off – No People Recognition option on Microsoft Teams Room (Default).
1185+
1186+
```yaml
1187+
Type: String
1188+
Parameter Sets: (All)
1189+
Aliases:
1190+
1191+
Required: False
1192+
Position: Named
1193+
Default value: None
1194+
Accept pipeline input: False
1195+
Accept wildcard characters: False
1196+
```
1197+
11741198
### -ScreenSharingMode
11751199
Determines the mode in which a user can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens.
11761200

0 commit comments

Comments
 (0)