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
25 changes: 25 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-Description <String>]
[-DesignatedPresenterRoleMode <String>]
[-DetectSensitiveContentDuringScreenSharing <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-EnrollUserOverride <String>]
[-ExplicitRecordingConsent <String>]
[-ExternalMeetingJoin <String>]
Expand Down Expand Up @@ -1190,6 +1191,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts

Determines whether Teams plays recording announcements in CCaaS/OPS calls. This setting controls all CVA-driven (Conference Voice Announcement) recording announcements across [Azure Communication Services Call Recording](https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/call-recording) and Teams convenience recording.

> [!NOTE]
> Microsoft Teams provides participant notifications when recording or transcription is active. If you choose to disable these notifications, you are responsible for ensuring that your contact center solution informs participants in real time in accordance with applicable laws. For full details, see the [Microsoft Teams Terms of Service](https://www.microsoft.com/licensing/terms/productoffering/microsoftteams).

Possible values:

- False: Teams plays all system recording announcements. This is the default value.
- True: Teams suppresses all announcements and the CCaaS/ISV solution is responsible for compliance notifications.

Comment thread
7sedam7 marked this conversation as resolved.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

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

### -EnrollUserOverride
Possible values are:

Expand Down
25 changes: 25 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-Description <String>]
[-DesignatedPresenterRoleMode <String>]
[-DetectSensitiveContentDuringScreenSharing <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-EnrollUserOverride <String>]
[-ExplicitRecordingConsent <String>]
[-ExternalMeetingJoin <String>]
Expand Down Expand Up @@ -1237,6 +1238,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts

Determines whether Teams plays recording announcements in CCaaS/OPS calls. This setting controls all CVA-driven (Conference Voice Announcement) recording announcements across [Azure Communication Services Call Recording](https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/call-recording) and Teams convenience recording.

> [!NOTE]
> Microsoft Teams provides participant notifications when recording or transcription is active. If you choose to disable these notifications, you are responsible for ensuring that your contact center solution informs participants in real time in accordance with applicable laws. For full details, see the [Microsoft Teams Terms of Service](https://www.microsoft.com/licensing/terms/productoffering/microsoftteams).

Possible values:

- False: Teams plays all system recording announcements. This is the default value.
- True: Teams suppresses all announcements and the CCaaS/ISV solution is responsible for compliance notifications.

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

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

### -EnrollUserOverride
Turn on/off Biometric enrollment
Possible values are:
Expand Down