onPlaybackAudioFrameBeforeMixing property

void Function(String channelId, int uid, AudioFrame audioFrame)? onPlaybackAudioFrameBeforeMixing
final

Retrieves the audio frame before mixing of subscribed remote users.

Due to framework limitations, this callback does not support sending processed audio data back to the SDK.

  • channelId The channel ID.
  • uid The ID of subscribed remote users.
  • audioFrame The raw audio data. See AudioFrame.

Implementation

final void Function(String channelId, int uid, AudioFrame audioFrame)?
    onPlaybackAudioFrameBeforeMixing;