@@ -596,7 +596,7 @@ public function getBannerText()
596596 }
597597
598598 /**
599- * @param string $bannerText
599+ * @param string $bannerText
600600 * @return CreateMeetingParameters
601601 */
602602 public function setBannerText ($ bannerText )
@@ -615,7 +615,7 @@ public function getBannerColor()
615615 }
616616
617617 /**
618- * @param string $bannerColor
618+ * @param string $bannerColor
619619 * @return CreateMeetingParameters
620620 */
621621 public function setBannerColor ($ bannerColor )
@@ -634,7 +634,7 @@ public function isLearningDashboardEnabled()
634634 }
635635
636636 /**
637- * @param bool $learningDashboardEnabled
637+ * @param bool $learningDashboardEnabled
638638 * @return CreateMeetingParameters
639639 */
640640 public function setLearningDashboardEnabled ($ learningDashboardEnabled )
@@ -653,7 +653,7 @@ public function getLearningDashboardCleanupDelayInMinutes()
653653 }
654654
655655 /**
656- * @param int $learningDashboardCleanupDelayInMinutes
656+ * @param int $learningDashboardCleanupDelayInMinutes
657657 * @return CreateMeetingParameters
658658 */
659659 public function setLearningDashboardCleanupDelayInMinutes ($ learningDashboardCleanupDelayInMinutes )
@@ -672,7 +672,7 @@ public function getEndWhenNoModeratorDelayInMinutes()
672672 }
673673
674674 /**
675- * @param int $endWhenNoModeratorDelayInMinutes
675+ * @param int $endWhenNoModeratorDelayInMinutes
676676 * @return CreateMeetingParameters
677677 */
678678 public function setEndWhenNoModeratorDelayInMinutes ($ endWhenNoModeratorDelayInMinutes )
@@ -691,7 +691,7 @@ public function isEndWhenNoModerator()
691691 }
692692
693693 /**
694- * @param bool $endWhenNoModerator
694+ * @param bool $endWhenNoModerator
695695 * @return CreateMeetingParameters
696696 */
697697 public function setEndWhenNoModerator ($ endWhenNoModerator )
@@ -710,7 +710,7 @@ public function isMeetingKeepEvents()
710710 }
711711
712712 /**
713- * @param bool $meetingKeepEvents
713+ * @param bool $meetingKeepEvents
714714 * @return CreateMeetingParameters
715715 */
716716 public function setMeetingKeepEvents ($ meetingKeepEvents )
@@ -1128,43 +1128,43 @@ public function getPresentationsAsXML()
11281128 public function getHTTPQuery ()
11291129 {
11301130 $ queries = [
1131- 'name ' => $ this ->meetingName ,
1132- 'meetingID ' => $ this ->meetingId ,
1133- 'attendeePW ' => $ this ->attendeePassword ,
1134- 'moderatorPW ' => $ this ->moderatorPassword ,
1135- 'dialNumber ' => $ this ->dialNumber ,
1136- 'voiceBridge ' => $ this ->voiceBridge ,
1137- 'webVoice ' => $ this ->webVoice ,
1138- 'logoutURL ' => $ this ->logoutUrl ,
1139- 'record ' => $ this ->record ? 'true ' : 'false ' ,
1140- 'duration ' => $ this ->duration ,
1141- 'maxParticipants ' => $ this ->maxParticipants ,
1142- 'autoStartRecording ' => $ this ->autoStartRecording ? 'true ' : 'false ' ,
1143- 'allowStartStopRecording ' => $ this ->allowStartStopRecording ? 'true ' : 'false ' ,
1144- 'welcome ' => trim ($ this ->welcomeMessage ),
1145- 'moderatorOnlyMessage ' => trim ($ this ->moderatorOnlyMessage ),
1146- 'webcamsOnlyForModerator ' => $ this ->webcamsOnlyForModerator ? 'true ' : 'false ' ,
1147- 'logo ' => $ this ->logo ,
1148- 'copyright ' => $ this ->copyright ,
1149- 'muteOnStart ' => $ this ->muteOnStart ? 'true ' : 'false ' ,
1150- 'guestPolicy ' => $ this ->guestPolicy ,
1151- 'lockSettingsDisableCam ' => $ this ->isLockSettingsDisableCam () ? 'true ' : 'false ' ,
1152- 'lockSettingsDisableMic ' => $ this ->isLockSettingsDisableMic () ? 'true ' : 'false ' ,
1153- 'lockSettingsDisablePrivateChat ' => $ this ->isLockSettingsDisablePrivateChat () ? 'true ' : 'false ' ,
1154- 'lockSettingsDisablePublicChat ' => $ this ->isLockSettingsDisablePublicChat () ? 'true ' : 'false ' ,
1155- 'lockSettingsDisableNote ' => $ this ->isLockSettingsDisableNote () ? 'true ' : 'false ' ,
1156- 'lockSettingsHideUserList ' => $ this ->isLockSettingsHideUserList () ? 'true ' : 'false ' ,
1157- 'lockSettingsLockedLayout ' => $ this ->isLockSettingsLockedLayout () ? 'true ' : 'false ' ,
1158- 'lockSettingsLockOnJoin ' => $ this ->isLockSettingsLockOnJoin () ? 'true ' : 'false ' ,
1159- 'lockSettingsLockOnJoinConfigurable ' => $ this ->isLockSettingsLockOnJoinConfigurable () ? 'true ' : 'false ' ,
1160- 'allowModsToUnmuteUsers ' => $ this ->isAllowModsToUnmuteUsers () ? 'true ' : 'false ' ,
1161- 'bannerText ' => trim ($ this ->bannerText ),
1162- 'bannerColor ' => trim ($ this ->bannerColor ),
1163- 'learningDashboardEnabled ' => $ this ->isLearningDashboardEnabled () ? 'true ' : 'false ' ,
1131+ 'name ' => $ this ->meetingName ,
1132+ 'meetingID ' => $ this ->meetingId ,
1133+ 'attendeePW ' => $ this ->attendeePassword ,
1134+ 'moderatorPW ' => $ this ->moderatorPassword ,
1135+ 'dialNumber ' => $ this ->dialNumber ,
1136+ 'voiceBridge ' => $ this ->voiceBridge ,
1137+ 'webVoice ' => $ this ->webVoice ,
1138+ 'logoutURL ' => $ this ->logoutUrl ,
1139+ 'record ' => $ this ->record ? 'true ' : 'false ' ,
1140+ 'duration ' => $ this ->duration ,
1141+ 'maxParticipants ' => $ this ->maxParticipants ,
1142+ 'autoStartRecording ' => $ this ->autoStartRecording ? 'true ' : 'false ' ,
1143+ 'allowStartStopRecording ' => $ this ->allowStartStopRecording ? 'true ' : 'false ' ,
1144+ 'welcome ' => trim ($ this ->welcomeMessage ),
1145+ 'moderatorOnlyMessage ' => trim ($ this ->moderatorOnlyMessage ),
1146+ 'webcamsOnlyForModerator ' => $ this ->webcamsOnlyForModerator ? 'true ' : 'false ' ,
1147+ 'logo ' => $ this ->logo ,
1148+ 'copyright ' => $ this ->copyright ,
1149+ 'muteOnStart ' => $ this ->muteOnStart ? 'true ' : 'false ' ,
1150+ 'guestPolicy ' => $ this ->guestPolicy ,
1151+ 'lockSettingsDisableCam ' => $ this ->isLockSettingsDisableCam () ? 'true ' : 'false ' ,
1152+ 'lockSettingsDisableMic ' => $ this ->isLockSettingsDisableMic () ? 'true ' : 'false ' ,
1153+ 'lockSettingsDisablePrivateChat ' => $ this ->isLockSettingsDisablePrivateChat () ? 'true ' : 'false ' ,
1154+ 'lockSettingsDisablePublicChat ' => $ this ->isLockSettingsDisablePublicChat () ? 'true ' : 'false ' ,
1155+ 'lockSettingsDisableNote ' => $ this ->isLockSettingsDisableNote () ? 'true ' : 'false ' ,
1156+ 'lockSettingsHideUserList ' => $ this ->isLockSettingsHideUserList () ? 'true ' : 'false ' ,
1157+ 'lockSettingsLockedLayout ' => $ this ->isLockSettingsLockedLayout () ? 'true ' : 'false ' ,
1158+ 'lockSettingsLockOnJoin ' => $ this ->isLockSettingsLockOnJoin () ? 'true ' : 'false ' ,
1159+ 'lockSettingsLockOnJoinConfigurable ' => $ this ->isLockSettingsLockOnJoinConfigurable () ? 'true ' : 'false ' ,
1160+ 'allowModsToUnmuteUsers ' => $ this ->isAllowModsToUnmuteUsers () ? 'true ' : 'false ' ,
1161+ 'bannerText ' => trim ($ this ->bannerText ),
1162+ 'bannerColor ' => trim ($ this ->bannerColor ),
1163+ 'learningDashboardEnabled ' => $ this ->isLearningDashboardEnabled () ? 'true ' : 'false ' ,
11641164 'learningDashboardCleanupDelayInMinutes ' => $ this ->learningDashboardCleanupDelayInMinutes ,
1165- 'endWhenNoModeratorDelayInMinutes ' => $ this ->endWhenNoModeratorDelayInMinutes ,
1166- 'endWhenNoModerator ' => $ this ->isEndWhenNoModerator () ? 'true ' : 'false ' ,
1167- 'meetingKeepEvents ' => $ this ->isMeetingKeepEvents () ? 'true ' : 'false ' ,
1165+ 'endWhenNoModeratorDelayInMinutes ' => $ this ->endWhenNoModeratorDelayInMinutes ,
1166+ 'endWhenNoModerator ' => $ this ->isEndWhenNoModerator () ? 'true ' : 'false ' ,
1167+ 'meetingKeepEvents ' => $ this ->isMeetingKeepEvents () ? 'true ' : 'false ' ,
11681168 ];
11691169
11701170 // Add breakout rooms parameters only if the meeting is a breakout room
0 commit comments