@override Future<void> start({required RoomClient room}) async { if (_room != null) { throw RoomServerException('room is already started'); } _room = room; await installRequirements(); }