onRoomExtraInfoUpdate property

FutureOr<void> Function(String key, String value, String lastUpdateUserId, int lastUpdateTimeMs)? onRoomExtraInfoUpdate
getter/setter pair

@valid since 3.52 @detail callback @author lichangfeng.rtc @brief Callback used to receive the extra information set by the other users in the same room with setRoomExtraInfo{@link #RTCRoom#setRoomExtraInfo}. @param key Key of the extra information. @param value Content of the extra information. @param lastUpdateUserId The ID of the last user who updated this information. @param lastUpdateTimeMs The Unix time in ms when this information was last updated.

Implementation

FutureOr<void> Function(String key, String value, String lastUpdateUserId,
    int lastUpdateTimeMs)? onRoomExtraInfoUpdate;