/// RoomInfo has basic metadata about a room: its name, ID, etc. pub struct RoomInfo { pub room_id: String, pub room_name: String, }