stopAudioRecording method

void stopAudioRecording()

Stops audio capture for the current recording.

Suspends audio recording when a recording is active and audio was enabled in the recorder configuration.

See also:

Implementation

void stopAudioRecording() {
  objectMethod(pointerId, 'Recorder', 'stopAudioRecording');
}