From 2af4af8d192ef37ab1c4f992f038049879afd94a Mon Sep 17 00:00:00 2001 From: Ronnie Wang Date: Thu, 2 Jan 2025 15:50:14 +0800 Subject: [PATCH] chore: update on ExplicitRecordingConsent in TeamsMeetingPolicy --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 8 ++++++-- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 9 +++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 19b130604f..00760a5a1e 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1162,9 +1162,13 @@ Accept wildcard characters: False ``` ### -ExplicitRecordingConsent -This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature. +Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings. -Possible Values: Enabled: Turns on the Explicit Recording Consent feature. Disabled: Turns off the Explicit Recording Consent feature. +Possible Values: + +- Enabled: Explicit consent, requires participant agreement. +- Disabled: Implicit consent, does not require participant agreement. +- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants. ```yaml Type: String diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 19d2c157a9..d5dee0f49d 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1218,12 +1218,13 @@ Accept wildcard characters: False ``` ### -ExplicitRecordingConsent +Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings. -This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature. +Possible Values: -Possible Values: -Enabled: Turns on the Explicit Recording Consent feature. -Disabled: Turns off the Explicit Recording Consent feature. +- Enabled: Explicit consent, requires participant agreement. +- Disabled: Implicit consent, does not require participant agreement. +- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants. ```yaml Type: String