interface NERtcVideoFrameObserver {
    onVideoFrameCaptured(frame: NERtcVideoFrame): void;
}

Methods