onPlaybackAudioFrame method

FutureOr<void> onPlaybackAudioFrame(
  1. IAudioFrame audioFrame
)

@detail callback @author wangjunzheng @brief Returns the mixed audio data of all remote users subscribed by the local user. @param audioFrame Audio data. See IAudioFrame{@link #IAudioFrame}.

Implementation

FutureOr<void> onPlaybackAudioFrame(IAudioFrame audioFrame) async {}