pauseAudioMixing abstract method

Future<void> pauseAudioMixing()

Pauses playing and mixing the music file.

Call this method after joining a channel.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> pauseAudioMixing();