-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add DisableAudioAnnouncementsForResourceAccounts parameter #13579
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,6 +81,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity> | |
| [-Description <String>] | ||
| [-DesignatedPresenterRoleMode <String>] | ||
| [-DetectSensitiveContentDuringScreenSharing <Boolean>] | ||
| [-DisableAudioAnnouncementsForResourceAccounts <Boolean>] | ||
| [-EnrollUserOverride <String>] | ||
| [-ExplicitRecordingConsent <String>] | ||
| [-ExternalMeetingJoin <String>] | ||
|
|
@@ -1185,6 +1186,27 @@ 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 ACS recordings, Teams compliance recording, and Teams convenience recording. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. replace "ACS recordings" with "Azure Communication Services Call Recording" |
||
|
|
||
| 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. | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add the CELA note below on both New and Set pages please: |
||
| ```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: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,6 +86,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>] | |
| [-Description <String>] | ||
| [-DesignatedPresenterRoleMode <String>] | ||
| [-DetectSensitiveContentDuringScreenSharing <Boolean>] | ||
| [-DisableAudioAnnouncementsForResourceAccounts <Boolean>] | ||
| [-EnrollUserOverride <String>] | ||
| [-ExplicitRecordingConsent <String>] | ||
| [-ExternalMeetingJoin <String>] | ||
|
|
@@ -1232,6 +1233,27 @@ 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 ACS recordings, Teams compliance recording, and Teams convenience recording. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as for the New command:
|
||
|
|
||
| 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: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the "Teams compliance recording" since this will be now still managed by the existing compliance recording policy