endRoomAttributesBatchOperation abstract method

Future<ZIMRoomAttributesBatchOperatedResult> endRoomAttributesBatchOperation(
  1. String roomID
)

Complete the property operation of the combined room.

Available since: 2.1.5.

Description: After completing the operation of combining room attributes, all the setting/deleting operations from the last call to beginRoomAttributesBatchOperation to this operation will be completed for the room.

roomID ID of the room to operation.

Implementation

Future<ZIMRoomAttributesBatchOperatedResult> endRoomAttributesBatchOperation(
    String roomID);