Skip to content

Commit c685047

Browse files
authored
Update New-CsTeamsCallingPolicy.md
1 parent fa9cb8f commit c685047

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
5454
[-SpamFilteringEnabledType <string>]
5555
[-VoiceSimulationInInterpreter <string>]
5656
[-RealTimeText <string>]
57+
[-ExplicitRecordingConsent <string>]
5758
[-WhatIf]
5859
[<CommonParameters>]
5960
```
@@ -195,6 +196,31 @@ Accept pipeline input: False
195196
Accept wildcard characters: False
196197
```
197198
199+
### -ExplicitRecordingConsent
200+
201+
> Applicable: Microsoft Teams
202+
203+
>[!NOTE]
204+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
205+
206+
Determines whether users need to give explicit consent for recording and transcript in 1:1 calls. Set this to enabled to request users to give explicit consent.
207+
208+
Possible Values:
209+
- Enabled: Explicit consent, requires participant agreement.
210+
- Disabled: Implicit consent, does not require participant agreement.
211+
212+
```yaml
213+
Type: String
214+
Parameter Sets: (All)
215+
Aliases:
216+
217+
Required: False
218+
Position: Named
219+
Default value: Disabled
220+
Accept pipeline input: False
221+
Accept wildcard characters: False
222+
```
223+
198224
### -AllowDelegation
199225
200226
> Applicable: Microsoft Teams

0 commit comments

Comments
 (0)