rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo method

FutureOr<void> rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo(
  1. ByteRTCEngine engine,
  2. ByteRTCVideoSource videoSource,
  3. ByteRTCVideoFrameInfo frameInfo
)

@detail callback @author zhangzhenyu.samuel @brief Receive this callback when the first locally captured video/screen share screen is rendered in the local view. @param engine ByteRTCEngine object @param videoSource Video source object. Refer to ByteRTCVideoSource{@link #ByteRTCVideoSource}. @param frameInfo Video frame information. See ByteRTCVideoFrameInfo{@link #ByteRTCVideoFrameInfo}

Implementation

FutureOr<void> rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo(
    ByteRTCEngine engine,
    ByteRTCVideoSource videoSource,
    ByteRTCVideoFrameInfo frameInfo) async {}