fix default options not passed to room
This commit is contained in:
@@ -128,6 +128,7 @@ class Room extends DisposableChangeNotifier with EventsEmittable<RoomEvent> {
|
||||
room = Room._(
|
||||
engine: engine,
|
||||
joinResponse: joinResponse,
|
||||
connectOptions: options,
|
||||
);
|
||||
|
||||
logger.fine('Waiting to engine connect...');
|
||||
|
||||
Reference in New Issue
Block a user