unloadAudioMixing abstract method

  1. @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.unload instead')
Future<void> unloadAudioMixing(
  1. int mixId
)

Uninstalls the specified music file.

Whether the music file is playing or not, after calling this API to uninstall the file, the SDK will call back to notify that the mixing task has stopped. See RTCVideoEventHandler.onAudioMixingStateChanged.

Implementation

@Deprecated(
    'Deprecated since v3.54.1, use RTCAudioEffectPlayer.unload instead')
Future<void> unloadAudioMixing(int mixId);