Skip to content

Commit e5eada2

Browse files
authored
Merge pull request #94 from joisarjignesh/development
2 parents fe55f95 + dbfdcd8 commit e5eada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters/CreateMeetingParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ public function getHTTPQuery()
926926
'webcamsOnlyForModerator' => $this->webcamsOnlyForModerator ? 'true' : 'false',
927927
'logo' => $this->logo,
928928
'copyright' => $this->copyright,
929-
'muteOnStart' => $this->muteOnStart,
929+
'muteOnStart' => $this->muteOnStart ? 'true' : 'false',
930930
'lockSettingsDisableCam' => $this->isLockSettingsDisableCam() ? 'true' : 'false',
931931
'lockSettingsDisableMic' => $this->isLockSettingsDisableMic() ? 'true' : 'false',
932932
'lockSettingsDisablePrivateChat' => $this->isLockSettingsDisablePrivateChat() ? 'true' : 'false',

0 commit comments

Comments
 (0)