queryRoomAllAttributes abstract method
Query all properties of the room.
Available since: 1.3.0. Description: Used to query room attributes.
roomIDNeed to query the room number of the custom attributes.
Implementation
Future<ZIMRoomAttributesQueriedResult> queryRoomAllAttributes(String roomID);