onClientMixedStreamEvent method

FutureOr<void> onClientMixedStreamEvent(
  1. MixedStreamTaskInfo info,
  2. MixedStreamType type,
  3. MixedStreamTaskEvent event,
  4. MixedStreamTaskErrorCode error,
)

@hidden for internal use only @detail callback @author liujingchao @brief Used for reporting events during pushing streams to CDNs. @param eventType Stream mixing and pushing status, see ByteRTCStreamMixingEvent{@link #ByteRTCStreamMixingEvent}. @param taskId Task ID @param error Errors occurring during the pushing process. See MixedStreamTaskErrorCode{@link #MixedStreamTaskErrorCode}. @param mixType Stream mixing and pushing type. See MixedStreamType{@link #MixedStreamType}.

Implementation

FutureOr<void> onClientMixedStreamEvent(
    MixedStreamTaskInfo info,
    MixedStreamType type,
    MixedStreamTaskEvent event,
    MixedStreamTaskErrorCode error) async {}