updateRoomState method

void updateRoomState(
  1. TUIRoomInfo? roomInfo
)

Implementation

void updateRoomState(TUIRoomInfo? roomInfo) {
  roomState.updateState(roomInfo);
}