stopAudioRecording method
Stop audio recording
If audio recording is still ongoing when exitRoom is called, it will stop automatically.
Platform not supported:
- web
Implementation
Future<void> stopAudioRecording() {
return _cloudChannel!.invokeMethod('stopAudioRecording');
}