onPlaybackAudioFrame property

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

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