interface NERtcVideoFrameObserver {
    onVideoFrameCaptured(frame): void;
}

Methods

  • Parameters

    Returns void