onMixedVideoFrame$withTaskId method
@hidden for internal use only @detail callback @author liujingchao @brief Callback with video data in YUV after intelligent stream mixing. @param videoFrame Video data frame in YUV, see ByteRTCVideoFrame{@link #ByteRTCVideoFrame}. @param taskId Task ID. @note The interval between callbacks is the same with that between video frames.
Implementation
FutureOr<void> onMixedVideoFrame$withTaskId(
id<ByteRTCVideoFrame> videoFrame, NSString taskId) async {}