rtcEngine$onPushPublicStreamResult$publicStreamId$errorCode method

FutureOr<void> rtcEngine$onPushPublicStreamResult$publicStreamId$errorCode(
  1. ByteRTCEngine engine,
  2. NSString roomId,
  3. NSString streamId,
  4. ByteRTCPublicStreamErrorCode errorCode,
)

@deprecated since 3.60, use rtcEngine:onMixedStreamEvent:withMixedStreamInfo:withErrorCode:{@link #ByteRTCEngineDelegate#rtcEngine:onMixedStreamEvent:withMixedStreamInfo:withErrorCode} instead. @hidden currently not available @detail callback @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:withPushTargetConfig:withMixedConfig:{@link #ByteRTCEngine#startPushMixedStream:withPushTargetConfig:withMixedConfig}. @param engine engine instance @param roomId Room ID from which the WTN stream is published @param streamId ID of the WTN stream @param errorCode Result and status code of publishing the WTN stream. Refer to ByteRTCPublicStreamErrorCode{@link #ByteRTCPublicStreamErrorCode} for details.

Implementation

FutureOr<void> rtcEngine$onPushPublicStreamResult$publicStreamId$errorCode(
    ByteRTCEngine engine,
    NSString roomId,
    NSString streamId,
    ByteRTCPublicStreamErrorCode errorCode) async {}