onMixedAudioFrame method

FutureOr<void> onMixedAudioFrame(
  1. IAudioFrame audioFrame
)

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

Implementation

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