rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo method
FutureOr<void>
rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo(
- ByteRTCEngine engine,
- ByteRTCVideoSource videoSource,
- 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 {}