Skip to content

Commit 61a91c0

Browse files
authored
Merge branch 'master' into patch-4
2 parents b529890 + 271c155 commit 61a91c0

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of
2121

2222
```powershell
2323
Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
24-
[-AllowChannelMeetingScheduling <Boolean>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>]
24+
[-AllowChannelMeetingScheduling <Boolean>] [-AllowCartCaptionsScheduling <string>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>]
2525
[-MeetingChatEnabledType <String>] [-LiveCaptionsEnabledType <String>] [-AllowIPVideo <Boolean>] [-IPAudioMode <String>] [-IPVideoMode <String>]
2626
[-AllowAnonymousUsersToDialOut <Boolean>] [-AllowAnonymousUsersToStartMeeting <Boolean>]
2727
[-AllowPrivateMeetingScheduling <Boolean>] [-AutoAdmittedUsers <String>] [-AllowCloudRecording <Boolean>]
@@ -44,7 +44,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
4444

4545
```powershell
4646
Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
47-
[-AllowChannelMeetingScheduling <Boolean>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>]
47+
[-AllowChannelMeetingScheduling <Boolean>] [-AllowCartCaptionsScheduling <string>] [-AllowMeetNow <Boolean>] [-AllowPrivateMeetNow <Boolean>]
4848
[-MeetingChatEnabledType <String>] [-LiveCaptionsEnabledType <String>] [-AllowIPVideo <Boolean>] [-IPAudioMode <String>] [-IPVideoMode <String>]
4949
[-AllowAnonymousUsersToDialOut <Boolean>] [-AllowAnonymousUsersToStartMeeting <Boolean>]
5050
[-AllowPrivateMeetingScheduling <Boolean>] [-AutoAdmittedUsers <String>] [-AllowCloudRecording <Boolean>]
@@ -216,6 +216,26 @@ Accept pipeline input: False
216216
Accept wildcard characters: False
217217
```
218218
219+
### -AllowCartCaptionsScheduling
220+
Determines whether a user can add a URL for captions from a Communicatons Access Real-Time Translation (CART) captioner for providing real time captions in meetings.
221+
Possible values are:
222+
- **EnabledUserOverride**, CART captions is available by default but a user can disable.
223+
- **DisabledUserOverride**, if you would like users to be able to use CART captions in meetings but by default it is disabled.
224+
- **Disabled**, if you'd like to not allow CART captions in meeting.
225+
226+
```yaml
227+
Type: String
228+
Parameter Sets: (All)
229+
Aliases:
230+
231+
Required: False
232+
Position: Named
233+
Default value: DisabledUserOverride
234+
Accept pipeline input: False
235+
Accept wildcard characters: False
236+
```
237+
238+
219239
### -AllowMeetNow
220240
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc meetings. Set this to FALSE to prohibit the user from starting ad-hoc meetings.
221241

0 commit comments

Comments
 (0)