Browse Source

Pass on all necessary options

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2260/head
Joas Schilling 6 years ago
parent
commit
4440aa6ab0
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 4
      lib/Room.php

4
lib/Room.php

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

Loading…
Cancel
Save