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 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.
187
+
Determines whether a user can start ad-hoc meetings in a channel. Set this to TRUE to allow a user to start ad-hoc meetings in a channel. Set this to FALSE to prohibit the user from starting ad-hoc meetings in a channel.
188
188
189
189
```yaml
190
190
Type: Boolean
@@ -193,7 +193,22 @@ Aliases:
193
193
194
194
Required: False
195
195
Position: Named
196
-
Default value: None
196
+
Default value: TRUE
197
+
Accept pipeline input: False
198
+
Accept wildcard characters: False
199
+
```
200
+
201
+
### -AllowPrivateMeetNow
202
+
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc private meetings. Set this to FALSE to prohibit the user from starting ad-hoc private meetings.
0 commit comments