resume abstract method
After calling RTCMediaPlayer.pause to pause audio mixing, call this API to resume audio mixing.
Return value:
0
: Success.<0
: Failure.
Implementation
Future<int?> resume();
After calling RTCMediaPlayer.pause to pause audio mixing, call this API to resume audio mixing.
Return value:
0
: Success.<0
: Failure.Future<int?> resume();