@@ -30,12 +30,12 @@ class CreateMeetingParameters extends MetaParameters
3030 /**
3131 * @var string
3232 */
33- private ?string $ meetingId= null ;
33+ private ?string $ meetingId = null ;
3434
3535 /**
3636 * @var string
3737 */
38- private ?string $ meetingName =null ;
38+ private ?string $ meetingName = null ;
3939
4040 /**
4141 * @var string
@@ -343,7 +343,7 @@ class CreateMeetingParameters extends MetaParameters
343343 * @param mixed $meetingId
344344 * @param mixed $meetingName
345345 */
346- public function __construct ($ meetingId =null , $ meetingName= null )
346+ public function __construct ($ meetingId = null , $ meetingName = null )
347347 {
348348 $ this ->meetingId = $ meetingId ;
349349 $ this ->meetingName = $ meetingName ;
@@ -1505,8 +1505,6 @@ public function setPresentationUploadExternalDescription(string $presentationUpl
15051505 */
15061506 public function getHTTPQuery ()
15071507 {
1508-
1509-
15101508 $ queries = [
15111509 'name ' => $ this ->meetingName ,
15121510 'meetingID ' => $ this ->meetingId ,
@@ -1526,51 +1524,51 @@ public function getHTTPQuery()
15261524 'webcamsOnlyForModerator ' => !is_null ($ this ->webcamsOnlyForModerator ) ? ($ this ->webcamsOnlyForModerator ? 'true ' : 'false ' ) : $ this ->webcamsOnlyForModerator ,
15271525 'logo ' => $ this ->logo ,
15281526 'copyright ' => $ this ->copyright ,
1529- 'muteOnStart ' => !is_null ($ this ->muteOnStart ) ? ($ this ->muteOnStart ? 'true ' : 'false ' ): $ this ->muteOnStart ,
1527+ 'muteOnStart ' => !is_null ($ this ->muteOnStart ) ? ($ this ->muteOnStart ? 'true ' : 'false ' ) : $ this ->muteOnStart ,
15301528 'guestPolicy ' => $ this ->guestPolicy ,
1531- 'lockSettingsDisableCam ' => !is_null ($ this ->lockSettingsDisableCam ) ?($ this ->lockSettingsDisableCam ? 'true ' : 'false ' ) :$ this ->lockSettingsDisableCam ,
1532- 'lockSettingsDisableMic ' => !is_null ($ this ->lockSettingsDisableMic ) ?($ this ->lockSettingsDisableMic ? 'true ' : 'false ' ): $ this ->lockSettingsDisableMic ,
1533- 'lockSettingsDisablePrivateChat ' => !is_null ($ this ->lockSettingsDisablePrivateChat ) ? ($ this ->lockSettingsDisablePrivateChat ? 'true ' : 'false ' ): $ this ->lockSettingsDisablePrivateChat ,
1534- 'lockSettingsDisablePublicChat ' => !is_null ($ this ->lockSettingsDisablePublicChat ) ? ($ this ->lockSettingsDisablePublicChat ?'true ' : 'false ' ): $ this ->lockSettingsDisablePublicChat ,
1535- 'lockSettingsDisableNote ' => !is_null ($ this ->lockSettingsDisableNote ) ? ($ this ->lockSettingsDisableNote ? 'true ' : 'false ' ): $ this ->lockSettingsDisableNote ,
1536- 'lockSettingsHideUserList ' => !is_null ($ this ->lockSettingsHideUserList )? ($ this ->lockSettingsHideUserList ? 'true ' : 'false ' ): $ this ->lockSettingsHideUserList ,
1537- 'lockSettingsLockedLayout ' => !is_null ($ this ->lockSettingsLockedLayout )? ($ this ->lockSettingsLockedLayout ? 'true ' : 'false ' ): $ this ->lockSettingsLockedLayout ,
1538- 'lockSettingsLockOnJoin ' => !is_null ($ this ->lockSettingsLockOnJoin )? ($ this ->lockSettingsLockOnJoin ? 'true ' : 'false ' ): $ this ->lockSettingsLockOnJoin ,
1539- 'lockSettingsLockOnJoinConfigurable ' => !is_null ($ this ->lockSettingsLockOnJoinConfigurable )? ($ this ->lockSettingsLockOnJoinConfigurable ? 'true ' : 'false ' ): $ this ->lockSettingsLockOnJoinConfigurable ,
1540- 'lockSettingsHideViewersCursor ' => !is_null ($ this ->lockSettingsHideViewersCursor )? ($ this ->lockSettingsHideViewersCursor ? 'true ' : 'false ' ): $ this ->lockSettingsHideViewersCursor ,
1541- 'allowModsToUnmuteUsers ' => !is_null ($ this ->allowModsToUnmuteUsers )? ($ this ->allowModsToUnmuteUsers ? 'true ' : 'false ' ): $ this ->allowModsToUnmuteUsers ,
1542- 'allowModsToEjectCameras ' => !is_null ($ this ->allowModsToEjectCameras )? ($ this ->allowModsToEjectCameras ? 'true ' : 'false ' ): $ this ->allowModsToEjectCameras ,
1529+ 'lockSettingsDisableCam ' => !is_null ($ this ->lockSettingsDisableCam ) ? ($ this ->lockSettingsDisableCam ? 'true ' : 'false ' ) : $ this ->lockSettingsDisableCam ,
1530+ 'lockSettingsDisableMic ' => !is_null ($ this ->lockSettingsDisableMic ) ? ($ this ->lockSettingsDisableMic ? 'true ' : 'false ' ) : $ this ->lockSettingsDisableMic ,
1531+ 'lockSettingsDisablePrivateChat ' => !is_null ($ this ->lockSettingsDisablePrivateChat ) ? ($ this ->lockSettingsDisablePrivateChat ? 'true ' : 'false ' ) : $ this ->lockSettingsDisablePrivateChat ,
1532+ 'lockSettingsDisablePublicChat ' => !is_null ($ this ->lockSettingsDisablePublicChat ) ? ($ this ->lockSettingsDisablePublicChat ? 'true ' : 'false ' ) : $ this ->lockSettingsDisablePublicChat ,
1533+ 'lockSettingsDisableNote ' => !is_null ($ this ->lockSettingsDisableNote ) ? ($ this ->lockSettingsDisableNote ? 'true ' : 'false ' ) : $ this ->lockSettingsDisableNote ,
1534+ 'lockSettingsHideUserList ' => !is_null ($ this ->lockSettingsHideUserList ) ? ($ this ->lockSettingsHideUserList ? 'true ' : 'false ' ) : $ this ->lockSettingsHideUserList ,
1535+ 'lockSettingsLockedLayout ' => !is_null ($ this ->lockSettingsLockedLayout ) ? ($ this ->lockSettingsLockedLayout ? 'true ' : 'false ' ) : $ this ->lockSettingsLockedLayout ,
1536+ 'lockSettingsLockOnJoin ' => !is_null ($ this ->lockSettingsLockOnJoin ) ? ($ this ->lockSettingsLockOnJoin ? 'true ' : 'false ' ) : $ this ->lockSettingsLockOnJoin ,
1537+ 'lockSettingsLockOnJoinConfigurable ' => !is_null ($ this ->lockSettingsLockOnJoinConfigurable ) ? ($ this ->lockSettingsLockOnJoinConfigurable ? 'true ' : 'false ' ) : $ this ->lockSettingsLockOnJoinConfigurable ,
1538+ 'lockSettingsHideViewersCursor ' => !is_null ($ this ->lockSettingsHideViewersCursor ) ? ($ this ->lockSettingsHideViewersCursor ? 'true ' : 'false ' ) : $ this ->lockSettingsHideViewersCursor ,
1539+ 'allowModsToUnmuteUsers ' => !is_null ($ this ->allowModsToUnmuteUsers ) ? ($ this ->allowModsToUnmuteUsers ? 'true ' : 'false ' ) : $ this ->allowModsToUnmuteUsers ,
1540+ 'allowModsToEjectCameras ' => !is_null ($ this ->allowModsToEjectCameras ) ? ($ this ->allowModsToEjectCameras ? 'true ' : 'false ' ) : $ this ->allowModsToEjectCameras ,
15431541 'bannerText ' => trim ($ this ->bannerText ),
15441542 'bannerColor ' => trim ($ this ->bannerColor ),
1545- 'learningDashboardEnabled ' => !is_null ($ this ->learningDashboardEnabled )? ($ this ->learningDashboardEnabled ? 'true ' : 'false ' ): $ this ->learningDashboardEnabled ,
1546- 'virtualBackgroundsDisabled ' => !is_null ($ this ->virtualBackgroundsDisabled )? ($ this ->virtualBackgroundsDisabled ? 'true ' : 'false ' ): $ this ->virtualBackgroundsDisabled ,
1543+ 'learningDashboardEnabled ' => !is_null ($ this ->learningDashboardEnabled ) ? ($ this ->learningDashboardEnabled ? 'true ' : 'false ' ) : $ this ->learningDashboardEnabled ,
1544+ 'virtualBackgroundsDisabled ' => !is_null ($ this ->virtualBackgroundsDisabled ) ? ($ this ->virtualBackgroundsDisabled ? 'true ' : 'false ' ) : $ this ->virtualBackgroundsDisabled ,
15471545 'endWhenNoModeratorDelayInMinutes ' => $ this ->endWhenNoModeratorDelayInMinutes ,
1548- 'allowRequestsWithoutSession ' => !is_null ($ this ->allowRequestsWithoutSession )? ($ this ->allowRequestsWithoutSession ? 'true ' : 'false ' ): $ this ->allowRequestsWithoutSession ,
1546+ 'allowRequestsWithoutSession ' => !is_null ($ this ->allowRequestsWithoutSession ) ? ($ this ->allowRequestsWithoutSession ? 'true ' : 'false ' ) : $ this ->allowRequestsWithoutSession ,
15491547 'meetingEndedURL ' => $ this ->meetingEndedURL ,
1550- 'breakoutRoomsEnabled ' => !is_null ($ this ->breakoutRoomsEnabled )? ($ this ->breakoutRoomsEnabled ? 'true ' : 'false ' ): $ this ->breakoutRoomsEnabled ,
1551- 'breakoutRoomsRecord ' => !is_null ($ this ->breakoutRoomsRecord )? ($ this ->breakoutRoomsRecord ? 'true ' : 'false ' ): $ this ->breakoutRoomsRecord ,
1552- 'breakoutRoomsPrivateChatEnabled ' => !is_null ($ this ->breakoutRoomsPrivateChatEnabled )? ($ this ->breakoutRoomsPrivateChatEnabled ? 'true ' : 'false ' ): $ this ->breakoutRoomsPrivateChatEnabled ,
1553- 'endWhenNoModerator ' => !is_null ($ this ->endWhenNoModerator )? ($ this ->endWhenNoModerator ? 'true ' : 'false ' ): $ this ->endWhenNoModerator ,
1554- 'meetingKeepEvents ' => !is_null ($ this ->meetingKeepEvents )? ($ this ->meetingKeepEvents ? 'true ' : 'false ' ): $ this ->meetingKeepEvents ,
1548+ 'breakoutRoomsEnabled ' => !is_null ($ this ->breakoutRoomsEnabled ) ? ($ this ->breakoutRoomsEnabled ? 'true ' : 'false ' ) : $ this ->breakoutRoomsEnabled ,
1549+ 'breakoutRoomsRecord ' => !is_null ($ this ->breakoutRoomsRecord ) ? ($ this ->breakoutRoomsRecord ? 'true ' : 'false ' ) : $ this ->breakoutRoomsRecord ,
1550+ 'breakoutRoomsPrivateChatEnabled ' => !is_null ($ this ->breakoutRoomsPrivateChatEnabled ) ? ($ this ->breakoutRoomsPrivateChatEnabled ? 'true ' : 'false ' ) : $ this ->breakoutRoomsPrivateChatEnabled ,
1551+ 'endWhenNoModerator ' => !is_null ($ this ->endWhenNoModerator ) ? ($ this ->endWhenNoModerator ? 'true ' : 'false ' ) : $ this ->endWhenNoModerator ,
1552+ 'meetingKeepEvents ' => !is_null ($ this ->meetingKeepEvents ) ? ($ this ->meetingKeepEvents ? 'true ' : 'false ' ) : $ this ->meetingKeepEvents ,
15551553 'meetingLayout ' => $ this ->meetingLayout ,
15561554 'meetingCameraCap ' => $ this ->meetingCameraCap ,
15571555 'userCameraCap ' => $ this ->userCameraCap ,
15581556 'meetingExpireIfNoUserJoinedInMinutes ' => $ this ->meetingExpireIfNoUserJoinedInMinutes ,
15591557 'meetingExpireWhenLastUserLeftInMinutes ' => $ this ->meetingExpireWhenLastUserLeftInMinutes ,
15601558 'preUploadedPresentationOverrideDefault ' => $ this ->preUploadedPresentationOverrideDefault ,
15611559 'disabledFeatures ' => join (', ' , $ this ->disabledFeatures ),
1562- 'notifyRecordingIsOn ' => is_null ($ this ->notifyRecordingIsOn )? ($ this ->notifyRecordingIsOn ? 'true ' : 'false ' ): $ this ->notifyRecordingIsOn ,
1560+ 'notifyRecordingIsOn ' => is_null ($ this ->notifyRecordingIsOn ) ? ($ this ->notifyRecordingIsOn ? 'true ' : 'false ' ) : $ this ->notifyRecordingIsOn ,
15631561 'presentationUploadExternalUrl ' => $ this ->presentationUploadExternalUrl ,
15641562 'presentationUploadExternalDescription ' => $ this ->presentationUploadExternalDescription ,
15651563 ];
15661564
15671565 // Add breakout rooms parameters only if the meeting is a breakout room
15681566 if ($ this ->isBreakout ()) {
15691567 $ queries = array_merge ($ queries , [
1570- 'isBreakout ' => !is_null ($ this ->isBreakout )? ($ this ->isBreakout ? 'true ' : 'false ' ): $ this ->isBreakout ,
1568+ 'isBreakout ' => !is_null ($ this ->isBreakout ) ? ($ this ->isBreakout ? 'true ' : 'false ' ) : $ this ->isBreakout ,
15711569 'parentMeetingID ' => $ this ->parentMeetingId ,
15721570 'sequence ' => $ this ->sequence ,
1573- 'freeJoin ' => !is_null ($ this ->freeJoin )? ($ this ->freeJoin ? 'true ' : 'false ' ): $ this ->freeJoin ,
1571+ 'freeJoin ' => !is_null ($ this ->freeJoin ) ? ($ this ->freeJoin ? 'true ' : 'false ' ) : $ this ->freeJoin ,
15741572 ]);
15751573 } else {
15761574 $ queries = array_merge ($ queries , [
0 commit comments