onRoomStreamExtraInfoUpdate method

FutureOr<void> onRoomStreamExtraInfoUpdate(
  1. String streamId,
  2. StreamInfo streamInfo,
  3. String extraInfo
)

@valid since 3.54 @detail callback @brief Callback used to receive the extra information set by the other users in the same room with setStreamExtraInfo{@link #RTCRoom#setStreamExtraInfo}. @param streamId Stream ID of the extra information. @param streamInfo Stream information of the extra information. @param extraInfo Extra information. @note The new user who enters the room will receive the notification of all the extra information in the room.

Implementation

FutureOr<void> onRoomStreamExtraInfoUpdate(
    String streamId, StreamInfo streamInfo, String extraInfo) async {}