Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-02-27 15:47:52 +01:00
Родитель fdf5dcd483
Коммит 4440aa6ab0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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);