stopAudioRecording abstract method

Future<int?> stopAudioRecording()

Stops audio recording.

Return value:

  • 0: Success
  • -3: Not valid in this SDK. Please contact the technical support.

After calling startAudioRecording to start audio recording, you must call this API to stop audio recording.

Implementation

Future<int?> stopAudioRecording();