Skip to content

Commit 3c564c2

Browse files
authored
Merge pull request #13028 from hedwig233/patch-3
Delete duplicated content in Cs-TeamsCallingPolicy
2 parents e78e613 + 7bde462 commit 3c564c2

File tree

2 files changed

+10
-50
lines changed

2 files changed

+10
-50
lines changed

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

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -196,31 +196,6 @@ Accept pipeline input: False
196196
Accept wildcard characters: False
197197
```
198198
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-
224199
### -AllowDelegation
225200
226201
> Applicable: Microsoft Teams
@@ -780,6 +755,11 @@ Accept wildcard characters: False
780755

781756
### -ExplicitRecordingConsent
782757

758+
> Applicable: Microsoft Teams
759+
760+
>[!NOTE]
761+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
762+
783763
This setting controls whether users must provide or obtain explicit consent before recording a 1:1 PSTN or Teams call. When enabled, both parties will receive a notification, and consent must be given before recording starts.
784764

785765
Possible values:

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

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -204,31 +204,6 @@ Accept pipeline input: False
204204
Accept wildcard characters: False
205205
```
206206
207-
### -ExplicitRecordingConsent
208-
209-
> Applicable: Microsoft Teams
210-
211-
>[!NOTE]
212-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
213-
214-
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.
215-
216-
Possible Values:
217-
- Enabled: Explicit consent, requires participant agreement.
218-
- Disabled: Implicit consent, does not require participant agreement.
219-
220-
```yaml
221-
Type: Boolean
222-
Parameter Sets: (All)
223-
Aliases:
224-
225-
Required: False
226-
Position: Named
227-
Default value: Disabled
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232207
### -AllowDelegation
233208
234209
> Applicable: Microsoft Teams
@@ -782,6 +757,11 @@ Accept wildcard characters: False
782757

783758
### -ExplicitRecordingConsent
784759

760+
> Applicable: Microsoft Teams
761+
762+
>[!NOTE]
763+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
764+
785765
This setting controls whether users must provide or obtain explicit consent before recording a 1:1 PSTN or Teams call. When enabled, both parties will receive a notification, and consent must be given before recording starts.
786766

787767
Possible values:

0 commit comments

Comments
 (0)