roomId property

String? get roomId

Returns the roomId of the current joined room.

Implementation

String? get roomId {
  return room.roomId;
}