queryRoomAllAttributes abstract method

Future<ZIMRoomAttributesQueriedResult> queryRoomAllAttributes(
  1. String roomID
)

Query all properties of the room.

Available since: 1.3.0. Description: Used to query room attributes.

  • roomID Need to query the room number of the custom attributes.

Implementation

Future<ZIMRoomAttributesQueriedResult> queryRoomAllAttributes(String roomID);