onRoomStreamExtraInfoUpdate property
FutureOr<void> Function(String streamId, StreamInfo streamInfo, String extraInfo)?
onRoomStreamExtraInfoUpdate
getter/setter pair
@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> Function(
String streamId, StreamInfo streamInfo, String extraInfo)?
onRoomStreamExtraInfoUpdate;