onRoomExtraInfoUpdate property

OnRoomExtraInfoUpdateType? onRoomExtraInfoUpdate
getter/setter pair

Valid since v3.56.1

Callback used to receive the extra information set by the other users in the same room with RTCRoom.setRoomExtraInfo.

Users who join the room later will be notified of all extra information in the room set prior to entering.

Implementation

OnRoomExtraInfoUpdateType? onRoomExtraInfoUpdate;