Skip to content
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
24 changes: 0 additions & 24 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-SyntheticMediaDetection <String>]
[-SyntheticMediaDetectionAppId <Guid>]
[-AllowMultipleScreenshare <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-FilterProfanityInTranscript <String>]
[-RecordingAndTranscriptionAudioNotification <String>]
[-WhatIf]
Expand Down Expand Up @@ -2275,29 +2274,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts
Determines whether Teams plays any CVA-driven recording announcements (ACS recording, Teams compliance recording, Teams convenience recording) for calls involving CCaaS/OPS scenarios.

Possible values are:

- **$true**: Teams suppresses all CVA-driven recording announcements; the CCaaS/OPS solution is responsible for compliance notifications.
- **$false**: Teams plays all system recording announcements (default).

> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.

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

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

### -FilterProfanityInTranscript
Controls whether meeting transcripts filter profanity.

Expand Down
24 changes: 0 additions & 24 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-SyntheticMediaDetection <String>]
[-SyntheticMediaDetectionAppId <Guid>]
[-AllowMultipleScreenshare <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-FilterProfanityInTranscript <String>]
[-RecordingAndTranscriptionAudioNotification <String>]
[-WhatIf]
Expand Down Expand Up @@ -2286,29 +2285,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts
Determines whether Teams plays any CVA-driven recording announcements (ACS recording, Teams compliance recording, Teams convenience recording) for calls involving CCaaS/OPS scenarios.

Possible values are:

- **$true**: Teams suppresses all CVA-driven recording announcements; the CCaaS/OPS solution is responsible for compliance notifications.
- **$false**: Teams plays all system recording announcements (default).

> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.

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

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

### -FilterProfanityInTranscript
Controls whether meeting transcripts filter profanity.

Expand Down