From 838ce1f9197b97c923d12514a613827d8b7e8ee8 Mon Sep 17 00:00:00 2001 From: cerise111 <42087866+cerise111@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:48:21 +0800 Subject: [PATCH] Add -RecordingAndTranscriptionAudioNotification parameter Added documentation for the -RecordingAndTranscriptionAudioNotification parameter, including its usage and notes about its release status. --- .../MicrosoftTeams/Set-CsTeamsCallingPolicy.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index 947515c492..78dad4ef5c 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -56,6 +56,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-ExplicitRecordingConsent ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-RecordingAndTranscriptionAudioNotification ] [-WhatIf] [] ``` @@ -819,6 +820,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecordingAndTranscriptionAudioNotification +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf > Applicable: Microsoft Teams