зеркало из https://github.com/nextcloud/spreed.git
Pass on all necessary options
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
fdf5dcd483
Коммит
4440aa6ab0
|
@ -290,6 +290,10 @@ class Room {
|
|||
$properties = [
|
||||
'name' => $this->getDisplayName($userId),
|
||||
'type' => $this->getType(),
|
||||
'lobby-state' => $this->getLobbyState(),
|
||||
'lobby-timer' => $this->getLobbyTimer(),
|
||||
'read-only' => $this->getReadOnly(),
|
||||
'active-since' => $this->getActiveSince(),
|
||||
];
|
||||
|
||||
$event = new SignalingRoomPropertiesEvent($this, $userId, $properties);
|
||||
|
|
Загрузка…
Ссылка в новой задаче