Skip to content

Commit 8f065b5

Browse files
committed
Add new params
1 parent b81d91d commit 8f065b5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/Parameters/CreateMeetingParameters.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
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
*/
112116
class 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
*/

0 commit comments

Comments
 (0)