startRecorder method
- @JS('startRecorder')
Implementation
@JS('startRecorder')
external void startRecorder(
String? path,
int? sampleRate,
int? numChannels,
int? bitRate,
int? bufferSize,
bool? enableVoiceProcessing,
int codec,
bool? toStream,
int audioSource);