stop abstract method
After calling RTCMediaPlayer.open or RTCMediaPlayer.start to start audio mixing, call this method to stop audio mixing.
Return value:
0: Success.<0: Failure.
Implementation
Future<int?> stop();
After calling RTCMediaPlayer.open or RTCMediaPlayer.start to start audio mixing, call this method to stop audio mixing.
Return value:
0: Success.<0: Failure.Future<int?> stop();