Skip to content

Commit 47fd15f

Browse files
Merge pull request #13376 from MicrosoftDocs/main
[AutoPublish] main to live - 02/17 13:39 PST | 02/18 03:09 IST
2 parents efe9bc3 + 947cd67 commit 47fd15f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
110110
[-RoomAttributeUserOverride <String>]
111111
[-RoomPeopleNameUserOverride <String>]
112112
[-ScreenSharingMode <String>]
113+
[-SetRecordingAndTranscriptOwnership <String>]
113114
[-SmsNotifications <String>]
114115
[-SpeakerAttributionMode <String>]
115116
[-StreamingAttendeeMode <String>]
@@ -1748,6 +1749,29 @@ Accept pipeline input: False
17481749
Accept wildcard characters: False
17491750
```
17501751

1752+
### -SetRecordingAndTranscriptOwnership
1753+
This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options**. Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this setting is disabled.
1754+
1755+
> [!NOTE]
1756+
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1757+
1758+
Possible values are:
1759+
1760+
- Disabled
1761+
- Enabled
1762+
1763+
```yaml
1764+
Type: String
1765+
Parameter Sets: (All)
1766+
Aliases:
1767+
1768+
Required: False
1769+
Position: Named
1770+
Default value: Disabled
1771+
Accept pipeline input: False
1772+
Accept wildcard characters: False
1773+
```
1774+
17511775
### -SmsNotifications
17521776
Participants can sign up for text message meeting reminders.
17531777

0 commit comments

Comments
 (0)