more logic for recording
This commit is contained in:
@@ -66,6 +66,7 @@ app
|
||||
});
|
||||
|
||||
ipcMain.on(Channels.ASK_MICROPHONE_PERMISSIONS, async () => {
|
||||
console.log('asking for user microphone');
|
||||
systemPreferences.askForMediaAccess('microphone');
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user