onPlaybackAudioFrame method

FutureOr<void> onPlaybackAudioFrame(
  1. ByteRTCAudioFrame audioFrame
)

@detail callback @author wangjunzheng @brief Returns the mixed audio data of all subscribed remote users @param audioFrame Mixed audio data, see ByteRTCAudioFrame{@link #ByteRTCAudioFrame}

Implementation

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