This commit is contained in:
Josh Perez 2022-04-14 13:04:19 -04:00
commit b550f64a4b
7 changed files with 18 additions and 25 deletions

View file

@ -44,7 +44,7 @@ export class RecorderClass {
}
async start(): Promise<boolean> {
const hasMicrophonePermission = await requestMicrophonePermissions();
const hasMicrophonePermission = await requestMicrophonePermissions(false);
if (!hasMicrophonePermission) {
log.info(
'Recorder/start: Microphone permission was denied, new audio recording not allowed.'