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.
1 parent fe55f95 commit dbfdcd8Copy full SHA for dbfdcd8
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