stopAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
- int mixId
Stops the specified mixing task.
Notes:
- After calling this API, RTCVideoEventHandler.onAudioMixingStateChanged will be triggered.
- After calling this API to stop mixing task, the music file will be automatically uninstalled.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
Future<void> stopAudioMixing(int mixId);