unregisterVideoEncodedFrameObserver abstract method
Unregisters a receiver object for the encoded video frame.
observerThe video observer, reporting the reception of each video frame. See VideoEncodedFrameObserver.
Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.
Implementation
void unregisterVideoEncodedFrameObserver(VideoEncodedFrameObserver observer);