[Windows] Hide the presence of the webcam if the user has not given permission #480
Closed
5 tasks done
Labels
enhancement
New feature or request
It would be nice to have it
It would be nice to have it, in my opinion
Preliminary checklist
Is your feature request related to privacy?
Yes
Is there a patch available for this feature somewhere?
done by me
Describe the solution you would like
currently
await navigator.mediaDevices.enumerateDevices()
shows the devices in the system.a new flag was added in 119 that hides more than 1 devices per type (audioinput, audiooutput, videoinput).
the idea is to always hide videoinput if the user has not given permission: this would not allow to know whether the user has a webcam installed in the system.
Describe alternatives you have considered
n/a
The text was updated successfully, but these errors were encountered: