resume abstract method

Future<int?> resume()

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