deleteRoomAttributes abstract method

Delete room attributes.

Available since: 2.1.5.

Description: Used to delete room attributes.

keys room attributes keys will be deleted. roomID ID of the room to deleted. config config of the room to deleted.

Implementation

Future<ZIMRoomAttributesOperatedCallResult> deleteRoomAttributes(
    List<String> keys, String roomID, ZIMRoomAttributesDeleteConfig config);