unregisterAudioEncodedFrameObserver abstract method

void unregisterAudioEncodedFrameObserver(
  1. AudioEncodedFrameObserver observer
)

Unregisters the encoded audio frame observer.

  • observer The encoded audio observer. See AudioEncodedFrameObserver.

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 unregisterAudioEncodedFrameObserver(AudioEncodedFrameObserver observer);