onMixedAudioFrame property

FutureOr<void> Function(AudioFrame audioFrame)? onMixedAudioFrame
getter/setter pair

@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> Function(AudioFrame audioFrame)? onMixedAudioFrame;