getRoom method

RCRTCRoom? getRoom()

Implementation

RCRTCRoom? getRoom() {
  return _room;
}