You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
1174
1198
### -ScreenSharingMode
1175
1199
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.
0 commit comments