onPushPublicStreamResult method

FutureOr<void> onPushPublicStreamResult(
  1. String roomId,
  2. String publicStreamId,
  3. PublicStreamErrorCode error
)

@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> onPushPublicStreamResult(String roomId, String publicStreamId,
    PublicStreamErrorCode error) async {}