Skip to content

Commit cc2dc21

Browse files
authored
Update New-CsTeamsMeetingPolicy.md
1 parent f1a29ab commit cc2dc21

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ms.date: 11/12/2024
1919

2020
```powershell
2121
New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
22+
[-AIInterpreter <string>]
2223
[-AllowAnonymousUsersToDialOut <Boolean>]
2324
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
2425
[-AllowAnonymousUsersToStartMeeting <Boolean>]
@@ -112,6 +113,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
112113
[-UsersCanAdmitFromLobby <String>]
113114
[-VideoFiltersMode <String>]
114115
[-VoiceIsolation <String>]
116+
[-VoiceSimulationInInterpreter <string>]
115117
[-WatermarkForAnonymousUsers <String>]
116118
[-WatermarkForCameraVideoOpacity <Int64>]
117119
[-WatermarkForCameraVideoPattern <String>]
@@ -162,6 +164,30 @@ Accept pipeline input: False
162164
Accept wildcard characters: False
163165
```
164166
167+
### -AIInterpreter
168+
>[!NOTE]
169+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
170+
171+
Enables the user to use the AI Interpreter related features
172+
173+
Possible values:
174+
175+
- Disabled
176+
- Enabled
177+
178+
```yaml
179+
Type: String
180+
Parameter Sets: (All)
181+
Aliases:
182+
Applicable: Microsoft Teams
183+
184+
Required: False
185+
Position: Named
186+
Default value: Enabled
187+
Accept pipeline input: False
188+
Accept wildcard characters: False
189+
```
190+
165191
### -AllowAnonymousUsersToDialOut
166192
Determines whether anonymous users are allowed to dial out to a PSTN number. Set this to TRUE to allow anonymous users to dial out. Set this to FALSE to #prohibit anonymous users from dialing out.
167193
@@ -1731,6 +1757,31 @@ Accept pipeline input: False
17311757
Accept wildcard characters: False
17321758
```
17331759

1760+
### -VoiceSimulationInInterpreter
1761+
1762+
> [!NOTE]
1763+
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1764+
1765+
Enables the user to use the voice simulation feature while being AI interpreted.
1766+
1767+
Possible Values:
1768+
1769+
- Disabled
1770+
- Enabled
1771+
1772+
```yaml
1773+
Type: String
1774+
Parameter Sets: (All)
1775+
Aliases:
1776+
Applicable: Microsoft Teams
1777+
1778+
Required: False
1779+
Position: Named
1780+
Default value: Disabled
1781+
Accept pipeline input: False
1782+
Accept wildcard characters: False
1783+
```
1784+
17341785
### -WatermarkForAnonymousUsers
17351786
Determines the meeting experience and watermark content of an anonymous user.
17361787

0 commit comments

Comments
 (0)