pullAudioFrame abstract method

Future<void> pullAudioFrame(
  1. AudioFrame frame
)

Pulls the remote audio data.

After a successful call of this method, the app pulls the decoded and mixed audio data for playback.

  • frame Pointers to AudioFrame.

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

Future<void> pullAudioFrame(AudioFrame frame);