onClientMixedStreamEvent property
FutureOr<void> Function(MixedStreamTaskInfo info, MixedStreamType type, MixedStreamTaskEvent event)?
onClientMixedStreamEvent
getter/setter pair
@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> Function(MixedStreamTaskInfo info, MixedStreamType type,
MixedStreamTaskEvent event)? onClientMixedStreamEvent;