Skip to content

Can't allow camera permissions after denying it #30

@ericrosenbaum

Description

@ericrosenbaum

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.

(from https://electronjs.org/docs/api/system-preferences)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions