onRoomExtraInfoUpdate method

FutureOr<void> onRoomExtraInfoUpdate(
  1. String key,
  2. String value,
  3. String lastUpdateUserId,
  4. long lastUpdateTimeMs,
)

@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> onRoomExtraInfoUpdate(String key, String value,
    String lastUpdateUserId, long lastUpdateTimeMs) async {}