File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107 * @method $this setLearningDashboardCleanupDelayInMinutes(int $learningDashboardCleanupDelayInMinutes)
108108 * @method bool|null isAllowModsToEjectCameras()
109109 * @method $this setAllowModsToEjectCameras(bool $isAllowModsToEjectCameras)
110+ * @method bool|null isAllowRequestsWithoutSession()
111+ * @method $this setAllowRequestsWithoutSession(bool $isAllowRequestsWithoutSession)
112+ * @method bool|null isVirtualBackgroundsDisabled()
113+ * @method $this setVirtualBackgroundsDisabled(bool $isVirtualBackgroundsDisabled)
110114 *
111115 */
112116class CreateMeetingParameters extends MetaParameters
@@ -346,6 +350,16 @@ class CreateMeetingParameters extends MetaParameters
346350 */
347351 protected $ allowModsToEjectCameras ;
348352
353+ /**
354+ * @var bool
355+ */
356+ protected $ allowRequestsWithoutSession ;
357+
358+ /**
359+ * @var bool
360+ */
361+ protected $ virtualBackgroundsDisabled ;
362+
349363 /**
350364 * @var array
351365 */
You can’t perform that action at this time.
0 commit comments