setRoomAttributes abstract method

Future<ZIMRoomAttributesOperatedCallResult> setRoomAttributes(
  1. Map<String, String> roomAttributes,
  2. String roomID,
  3. ZIMRoomAttributesSetConfig config
)

Set room attributes (use this for all additions and changes).

Available since: 2.1.5.

Description: Used to set room properties.

roomAttributes room attributes will be set. roomID ID of the room to set. config config of the room to set.

Implementation

Future<ZIMRoomAttributesOperatedCallResult> setRoomAttributes(
    Map<String, String> roomAttributes,
    String roomID,
    ZIMRoomAttributesSetConfig config);