Skip to content

Commit f1a29ab

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 79576cc commit f1a29ab

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of
2323

2424
```powershell
2525
Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
26+
[-AIInterpreter <string>]
2627
[-AllowAnnotations <Boolean>]
2728
[-AllowAnonymousUsersToDialOut <Boolean>]
2829
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
@@ -116,6 +117,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
116117
[-UsersCanAdmitFromLobby <String>]
117118
[-VideoFiltersMode <String>]
118119
[-VoiceIsolation <String>]
120+
[-VoiceSimulationInInterpreter <string>]
119121
[-WatermarkForAnonymousUsers <String>]
120122
[-WatermarkForCameraVideoOpacity <Int32>]
121123
[-WatermarkForCameraVideoPattern <String>]
@@ -178,6 +180,29 @@ Accept pipeline input: False
178180
Accept wildcard characters: False
179181
```
180182
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+
```
181206
### -AllowAnnotations
182207
183208
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
18061831
Accept wildcard characters: False
18071832
```
18081833

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+
18091859
### -WatermarkForAnonymousUsers
18101860

18111861
Determines the meeting experience and watermark content of an anonymous user.

0 commit comments

Comments
 (0)