Skip to content

Commit 27259a6

Browse files
committed
Update default value for the policy VoiceSimulationInInterpreter
1 parent 83b11af commit 27259a6

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Applicable: Microsoft Teams
665665
666666
Required: False
667667
Position: Named
668-
Default value: Disabled
668+
Default value: Enabled
669669
Accept pipeline input: False
670670
Accept wildcard characters: False
671671
```

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ Accept wildcard characters: False
168168
```
169169
170170
### -AIInterpreter
171-
>[!NOTE]
172-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
173-
174171
Enables the user to use the AI Interpreter related features
175172
176173
Possible values:
@@ -1772,10 +1769,6 @@ Accept wildcard characters: False
17721769
```
17731770

17741771
### -VoiceSimulationInInterpreter
1775-
1776-
> [!NOTE]
1777-
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1778-
17791772
Enables the user to use the voice simulation feature while being AI interpreted.
17801773

17811774
Possible Values:
@@ -1791,7 +1784,7 @@ Applicable: Microsoft Teams
17911784
17921785
Required: False
17931786
Position: Named
1794-
Default value: Disabled
1787+
Default value: Enabled
17951788
Accept pipeline input: False
17961789
Accept wildcard characters: False
17971790
```

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Applicable: Microsoft Teams
669669
670670
Required: False
671671
Position: Named
672-
Default value: Disabled
672+
Default value: Enabled
673673
Accept pipeline input: False
674674
Accept wildcard characters: False
675675
```

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
125125
[-WatermarkForScreenSharingPattern <String>]
126126
[-AllowedUsersForMeetingDetails <String>]
127127
[-RealTimeText <String>]
128-
[-ParticipantSlideControl <String>
128+
[-ParticipantSlideControl <String>]
129129
[-WhatIf]
130130
[-WhoCanRegister <String>]
131131
[<CommonParameters>]
@@ -184,9 +184,6 @@ Accept wildcard characters: False
184184
```
185185
186186
### -AIInterpreter
187-
>[!NOTE]
188-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
189-
190187
Enables the user to use the AI Interpreter related features
191188
192189
Possible values:
@@ -1834,10 +1831,6 @@ Accept wildcard characters: False
18341831
```
18351832

18361833
### -VoiceSimulationInInterpreter
1837-
1838-
> [!NOTE]
1839-
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1840-
18411834
Enables the user to use the voice simulation feature while being AI interpreted.
18421835

18431836
Possible Values:
@@ -1853,7 +1846,7 @@ Applicable: Microsoft Teams
18531846
18541847
Required: False
18551848
Position: Named
1856-
Default value: Disabled
1849+
Default value: Enabled
18571850
Accept pipeline input: False
18581851
Accept wildcard characters: False
18591852
```

0 commit comments

Comments
 (0)