resumeAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.resume and RTCMediaPlayer.resume instead')
- int mixId
Resumes the mixing task that you have paused.
- After calling RTCAudioMixingManager.pauseAudioMixing, you can call this API to resume the task.
- After calling this API, RTCVideoEventHandler.onAudioMixingStateChanged will be triggered.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.resume and RTCMediaPlayer.resume instead')
Future<void> resumeAudioMixing(int mixId);