onMixedAudioFrame method

FutureOr<void> onMixedAudioFrame(
  1. ByteRTCAudioFrame audioFrame
)

@detail callback @author wangjunzheng @brief Returns mixed audio data including both data recorded by the local microphone and data from all subscribed remote users @param audioFrame Mixed audio data, see ByteRTCAudioFrame{@link #ByteRTCAudioFrame}

Implementation

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