We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe55f95 + dbfdcd8 commit e5eada2Copy full SHA for e5eada2
src/Parameters/CreateMeetingParameters.php
@@ -926,7 +926,7 @@ public function getHTTPQuery()
926
'webcamsOnlyForModerator' => $this->webcamsOnlyForModerator ? 'true' : 'false',
927
'logo' => $this->logo,
928
'copyright' => $this->copyright,
929
- 'muteOnStart' => $this->muteOnStart,
+ 'muteOnStart' => $this->muteOnStart ? 'true' : 'false',
930
'lockSettingsDisableCam' => $this->isLockSettingsDisableCam() ? 'true' : 'false',
931
'lockSettingsDisableMic' => $this->isLockSettingsDisableMic() ? 'true' : 'false',
932
'lockSettingsDisablePrivateChat' => $this->isLockSettingsDisablePrivateChat() ? 'true' : 'false',
0 commit comments