stopAllAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.stopAll instead')
Stops playing all audio files.
Notes:
- After calling startAudioMixing to play audio files, you can call this api to stop playing all the files.
- After calling this api to stop playing all audio files, you will receive RTCVideoEventHandler.onAudioMixingStateChanged callback to inform you that the playing has been stopped.
- After you call this api to stop playing all audio files, the files will be automatically uninstalled.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.stopAll instead')
Future<void> stopAllAudioMixing();