pauseAllAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.pauseAll instead')
Pauses all audio files.
Notes:
- After calling startAudioMixing to play audio files, you can call this api to pause all the files.
- After calling this api to pause all audio, you can call resumeAllAudioMixing to resume the playing.
- After calling this api to pause all audio, you will receive RTCVideoEventHandler.onAudioMixingStateChanged callback to inform you that the playing has been paused.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.pauseAll instead')
Future<void> pauseAllAudioMixing();