stopAudioMixing abstract method

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

Stops the specified mixing task.

Notes:

Implementation

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