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
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
1083
1084
1084
-
Note: All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521).
1085
+
> [!NOTE]
1086
+
> All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521).
1085
1087
1086
1088
The preliminary list of available languages is shown below:
Specifies the number of days before meeting recordings will expire and move to the recycle bin. Value can be from 1 to 99,999 days. Value can also be -1 to set meeting recordings to never expire.
1105
1107
1106
-
NOTE: You may opt to set Meeting Recordings to never expire by entering the value -1.
1108
+
> [!NOTE]
1109
+
> You may opt to set Meeting Recordings to never expire by entering the value -1.
1107
1110
1108
1111
```yaml
1109
1112
Type: Int32
@@ -1138,7 +1141,8 @@ This parameter can take two possible values:
1138
1141
- Stream
1139
1142
- OneDriveForBusiness
1140
1143
1141
-
Note: The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact.
1144
+
> [!NOTE]
1145
+
> The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact.
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.
1181
+
1182
+
>[!NOTE]
1183
+
>In some locations, people recognition can't be used due to local laws or regulations.
1184
+
Possible values:
1185
+
> - Off
1186
+
> - On
1187
+
>
1188
+
>On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar.
1189
+
>
1190
+
>Off – No People Recognition option on Microsoft Teams Room (Default).
1191
+
1192
+
```yaml
1193
+
Type: String
1194
+
Parameter Sets: (All)
1195
+
Aliases:
1196
+
1197
+
Required: False
1198
+
Position: Named
1199
+
Default value: None
1200
+
Accept pipeline input: False
1201
+
Accept wildcard characters: False
1202
+
```
1203
+
1174
1204
### -ScreenSharingMode
1175
1205
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