setRemoteAudioGain abstract method

Future<void> setRemoteAudioGain(
  1. double gain
)

Playback gain applied to every remote, behind Agora's adjustPlaybackSignalVolume — current participants and any that join later, which is Agora's documented scope.

Implementation

Future<void> setRemoteAudioGain(double gain);