roomId property

String? get roomId

Room Id of the current room

Implementation

String? get roomId {
  return room.roomId;
}