TUIRoomInfo constructor

TUIRoomInfo({
  1. required String roomId,
})

Implementation

TUIRoomInfo({required this.roomId});