pauseAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.pause and RTCMediaPlayer.pause instead')
- int mixId
Pauses the specified mixing task.
Notes:
- After calling RTCAudioMixingManager.startAudioMixing to start playing music files and mixing audios, you can call this API to pause the task.
- Call RTCAudioMixingManager.resumeAudioMixing to resume the task.
- After calling this API, RTCVideoEventHandler.onAudioMixingStateChanged will be triggered.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.pause and RTCMediaPlayer.pause instead')
Future<void> pauseAudioMixing(int mixId);