stopAudioMixing abstract method

Future<void> stopAudioMixing()

Stops playing and mixing the music file.

This method stops the audio mixing. Call this method when you are in 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> stopAudioMixing();