resumeAllAudioMixing abstract method
- @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.resumeAll instead')
Resumes playing all audio files.
- After calling pauseAudioMixing/pauseAllAudioMixing, you can call this api to resume playing all the files.
- After calling this api to resume playing all audio files, RTCVideoEventHandler.onAudioMixingStateChanged callback will be triggered to inform you that the playing has been resumed.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use RTCAudioEffectPlayer.resumeAll instead')
Future<void> resumeAllAudioMixing();