-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
Milestone
Description
Shruti reports that after opening the video sensing extension, she accidentally denied the camera permission. She was then unable to find a way to allow the camera permission.
It looks like on OS 10.13 and lower, it automatically grants permissions, so this is only an issue on 10.14+:
systemPreferences.getMediaAccessStatus(mediaType)
This user consent was not required until macOS 10.14 Mojave,
so this method will always return granted if your system is running
10.13 High Sierra or lower.