beginRoomAttributesBatchOperation abstract method

void beginRoomAttributesBatchOperation(
  1. String roomID,
  2. ZIMRoomAttributesBatchOperationConfig config
)

Open combination room attribute operation.

Available since: 2.1.5.

Description: Used to turn on the combination of room attributes.

roomID ID of the room to operation. config config of the room to turn on the combination of room attributes.

Implementation

void beginRoomAttributesBatchOperation(
    String roomID, ZIMRoomAttributesBatchOperationConfig config);