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