onRoomAttributesUpdated property

(void Function(ZIM zim, ZIMRoomAttributesUpdateInfo updateInfo, String roomID)?) onRoomAttributesUpdated
getter/setter pair

event callback when the room attributes changes.

Available since: 1.3.0.

Description:When the room attribute in the room changes, it will be notified through this callback.

zim ZIM instance. updateInfo The info of the room attributes changed. roomID The ID of the room where this event occurred.

Implementation

static void Function(
        ZIM zim, ZIMRoomAttributesUpdateInfo updateInfo, String roomID)?
    onRoomAttributesUpdated;