updateLocalAudioMixerConfiguration abstract method

Future<void> updateLocalAudioMixerConfiguration(
  1. LocalAudioMixerConfiguration config
)

Updates the configurations for mixing audio streams locally.

After calling startLocalAudioMixer, call this method if you want to update the local audio mixing configuration.

  • config The configurations for mixing the lcoal audio. See LocalAudioMixerConfiguration.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> updateLocalAudioMixerConfiguration(
    LocalAudioMixerConfiguration config);