getAudioCaptureVolume method

Future<int?> getAudioCaptureVolume()

Get the capturing volume of local audio

Platform not supported:

  • web

Implementation

Future<int?> getAudioCaptureVolume() {
  return _cloudChannel!.invokeMethod('getAudioCaptureVolume');
}