Skip to content

Update New-CsTeamsCallingPolicy.md and Set-CsTeamsCallingPolicy.md to refect ExplicitRecordingConsent #12973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-ExplicitRecordingConsent <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -195,6 +196,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExplicitRecordingConsent

> Applicable: Microsoft Teams

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

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.

Possible Values:
- Enabled: Explicit consent, requires participant agreement.
- Disabled: Implicit consent, does not require participant agreement.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowDelegation

> Applicable: Microsoft Teams
Expand Down
26 changes: 26 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-ExplicitRecordingConsent <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -203,6 +204,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExplicitRecordingConsent

> Applicable: Microsoft Teams

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

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.

Possible Values:
- Enabled: Explicit consent, requires participant agreement.
- Disabled: Implicit consent, does not require participant agreement.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowDelegation

> Applicable: Microsoft Teams
Expand Down