resumeAudioMixing abstract method

Future<void> resumeAudioMixing()

Resumes playing and mixing the music file.

After calling pauseAudioMixing to pause the playback, you can call this method to resume the playback.

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> resumeAudioMixing();