Skip to content

Commit 045ce70

Browse files
authored
Merge pull request #201 from hanazarraa/update-join-params
2 parents 22385bb + f610227 commit 045ce70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Parameters/JoinMeetingParameters.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,10 @@ public function getHTTPQuery()
442442
foreach ($this->customParameters as $key => $value) {
443443
$queries[$key] = $value;
444444
}
445-
445+
446+
if(!$this->guest){
447+
unset($queries['guest']);
448+
}
446449
$this->buildUserData($queries);
447450

448451
return $this->buildHTTPQuery($queries);

0 commit comments

Comments
 (0)