resumeAudioMixing abstract method

  1. @Deprecated('Deprecated since v3.54.1, use RTCAudioEffectPlayer.resume and RTCMediaPlayer.resume instead')
Future<void> resumeAudioMixing(
  1. int mixId
)

Resumes the mixing task that you have paused.

Implementation

@Deprecated(
    'Deprecated since v3.54.1, use RTCAudioEffectPlayer.resume and RTCMediaPlayer.resume instead')
Future<void> resumeAudioMixing(int mixId);