You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
219
239
### -AllowMeetNow
220
240
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.
0 commit comments