Skip to content

Commit 2af4af8

Browse files
author
Ronnie Wang
committed
chore: update on ExplicitRecordingConsent in TeamsMeetingPolicy
1 parent 15da6bd commit 2af4af8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,9 +1162,13 @@ Accept wildcard characters: False
11621162
```
11631163
11641164
### -ExplicitRecordingConsent
1165-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1165+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
11661166
1167-
Possible Values: Enabled: Turns on the Explicit Recording Consent feature. Disabled: Turns off the Explicit Recording Consent feature.
1167+
Possible Values:
1168+
1169+
- Enabled: Explicit consent, requires participant agreement.
1170+
- Disabled: Implicit consent, does not require participant agreement.
1171+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
11681172
11691173
```yaml
11701174
Type: String

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,12 +1218,13 @@ Accept wildcard characters: False
12181218
```
12191219
12201220
### -ExplicitRecordingConsent
1221+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
12211222
1222-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1223+
Possible Values:
12231224
1224-
Possible Values:
1225-
Enabled: Turns on the Explicit Recording Consent feature.
1226-
Disabled: Turns off the Explicit Recording Consent feature.
1225+
- Enabled: Explicit consent, requires participant agreement.
1226+
- Disabled: Implicit consent, does not require participant agreement.
1227+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
12271228
12281229
```yaml
12291230
Type: String

0 commit comments

Comments
 (0)