onPushPublicStreamResult property
FutureOr<void> Function(String roomId, String streamId, PublicStreamErrorCode errorCode)?
onPushPublicStreamResult
getter/setter pair
@deprecated since 3.60, use onMixedStreamEvent{@link #IRTCEngineEventHandler#onMixedStreamEvent} instead.
@hidden currently not available
@detail callback
@author qipengxiang
@brief Callback of the result of publishing the WTN stream
You will be informed of the result of publishing the WTN stream by this callback after calling startPushMixedStream{@link #RTCEngine#startPushMixedStream}.
@param roomId Room ID from which the WTN stream is published
@param publicStreamId ID of the WTN stream
@param error Code for the result of publishing the WTN stream. Refer to PublicStreamErrorCode{@link #PublicStreamErrorCode} for details.
Implementation
FutureOr<void> Function(
String roomId, String streamId, PublicStreamErrorCode errorCode)?
onPushPublicStreamResult;