@@ -23,6 +23,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of
23
23
24
24
``` powershell
25
25
Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
26
+ [-AIInterpreter <string>]
26
27
[-AllowAnnotations <Boolean>]
27
28
[-AllowAnonymousUsersToDialOut <Boolean>]
28
29
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
@@ -116,6 +117,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
116
117
[-UsersCanAdmitFromLobby <String>]
117
118
[-VideoFiltersMode <String>]
118
119
[-VoiceIsolation <String>]
120
+ [-VoiceSimulationInInterpreter <string>]
119
121
[-WatermarkForAnonymousUsers <String>]
120
122
[-WatermarkForCameraVideoOpacity <Int32>]
121
123
[-WatermarkForCameraVideoPattern <String>]
@@ -178,6 +180,29 @@ Accept pipeline input: False
178
180
Accept wildcard characters : False
179
181
` ` `
180
182
183
+ ### -AIInterpreter
184
+ >[!NOTE]
185
+ >This feature has not been released yet and will have no changes if it is enabled or disabled.
186
+
187
+ Enables the user to use the AI Interpreter related features
188
+
189
+ Possible values:
190
+
191
+ - Disabled
192
+ - Enabled
193
+
194
+ ` ` ` yaml
195
+ Type : String
196
+ Parameter Sets : (All)
197
+ Aliases :
198
+ Applicable : Microsoft Teams
199
+
200
+ Required : False
201
+ Position : Named
202
+ Default value : None
203
+ Accept pipeline input : False
204
+ Accept wildcard characters : False
205
+ ` ` `
181
206
### -AllowAnnotations
182
207
183
208
This setting will allow admins to choose which users will be able to use the Annotation feature.
@@ -1806,6 +1831,31 @@ Accept pipeline input: False
1806
1831
Accept wildcard characters: False
1807
1832
` ` `
1808
1833
1834
+ # ## -VoiceSimulationInInterpreter
1835
+
1836
+ > [!NOTE]
1837
+ > This feature has not been released yet and will have no changes if it is enabled or disabled.
1838
+
1839
+ Enables the user to use the voice simulation feature while being AI interpreted.
1840
+
1841
+ Possible Values :
1842
+
1843
+ - Disabled
1844
+ - Enabled
1845
+
1846
+ ` ` ` yaml
1847
+ Type: String
1848
+ Parameter Sets: (All)
1849
+ Aliases:
1850
+ Applicable: Microsoft Teams
1851
+
1852
+ Required: False
1853
+ Position: Named
1854
+ Default value: Disabled
1855
+ Accept pipeline input: False
1856
+ Accept wildcard characters: False
1857
+ ` ` `
1858
+
1809
1859
# ## -WatermarkForAnonymousUsers
1810
1860
1811
1861
Determines the meeting experience and watermark content of an anonymous user.
0 commit comments