mirror of https://github.com/sualko/cloud_bbb
fix: creates new room with joinMuted set to false
parent
c01cda4600
commit
06976096bc
|
@ -88,6 +88,7 @@ class RoomService {
|
||||||
$room->setListenOnly(true);
|
$room->setListenOnly(true);
|
||||||
$room->setMediaCheck(true);
|
$room->setMediaCheck(true);
|
||||||
$room->setCleanLayout(false);
|
$room->setCleanLayout(false);
|
||||||
|
$room->setJoinMuted(false);
|
||||||
|
|
||||||
if ($access === Room::ACCESS_PASSWORD) {
|
if ($access === Room::ACCESS_PASSWORD) {
|
||||||
$room->setPassword($this->humanReadableRandom(8));
|
$room->setPassword($this->humanReadableRandom(8));
|
||||||
|
|
Loading…
Reference in New Issue