roomId property
String?
get
roomId
Returns the roomId of the current joined room.
Implementation
String? get roomId {
return room.roomId;
}
Returns the roomId of the current joined room.
String? get roomId {
return room.roomId;
}