unregisterAudioFrameObserver abstract method
Unregisters an audio frame observer.
observerThe audio frame observer, reporting the reception of each audio frame. See AudioFrameObserver.
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 unregisterAudioFrameObserver(AudioFrameObserver observer);