hasRoom method

bool hasRoom()

Check if a room has been assigned.

Implementation

bool hasRoom() {
  return _firebaseRoomCommunicator != null;
}