Skip to content

Commit b3b5d9d

Browse files
Merge pull request #12437 from wattlebird/users/ronwa/legitimateinterest
chore: update on ExplicitRecordingConsent in TeamsMeetingPolicy
2 parents a792be7 + 5144106 commit b3b5d9d

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
@@ -1208,9 +1208,13 @@ Accept wildcard characters: False
12081208
```
12091209
12101210
### -ExplicitRecordingConsent
1211-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1211+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
12121212
1213-
Possible Values: Enabled: Turns on the Explicit Recording Consent feature. Disabled: Turns off the Explicit Recording Consent feature.
1213+
Possible Values:
1214+
1215+
- Enabled: Explicit consent, requires participant agreement.
1216+
- Disabled: Implicit consent, does not require participant agreement.
1217+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
12141218
12151219
```yaml
12161220
Type: String

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,12 +1264,13 @@ Accept wildcard characters: False
12641264
```
12651265
12661266
### -ExplicitRecordingConsent
1267+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
12671268
1268-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1269+
Possible Values:
12691270
1270-
Possible Values:
1271-
Enabled: Turns on the Explicit Recording Consent feature.
1272-
Disabled: Turns off the Explicit Recording Consent feature.
1271+
- Enabled: Explicit consent, requires participant agreement.
1272+
- Disabled: Implicit consent, does not require participant agreement.
1273+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
12731274
12741275
```yaml
12751276
Type: String

0 commit comments

Comments
 (0)