queryRoomAllAttributes abstract method

Future<ZIMRoomAttributesQueriedResult> queryRoomAllAttributes(
  1. String roomID
)

Query all properties of the room.

Available since: 2.1.5.

Used to query room attributes.

roomID ID of the room to queried.

Implementation

Future<ZIMRoomAttributesQueriedResult> queryRoomAllAttributes(String roomID);