NEW177126
getUserMedia fails with an OverConstrainedError when no devices are found
https://bugs.webkit.org/show_bug.cgi?id=177126
Summary getUserMedia fails with an OverConstrainedError when no devices are found
Trond Kjetil Bremnes
Reported 2017-09-19 01:01:54 PDT
If no devices are detected (MediaDevices.enumerateDevices responds with an empty array), the MediaDevices.getUserMedia fails with a OverConstrainedError. This can happen if the webcam for some reason fails (happens from time to time on MacOS), or always in the case of the iOS Simulator. According to the specs, it should have failed with a NotFoundError – OverConstrainedError should happen when the available devices are not able to fulfill the constraints set (e.g. resolution).
Attachments
youenn fablet
Comment 1 2017-09-19 08:30:41 PDT
I wonder whether there is a fingerprinting issue here, probably not big in practice.
Radar WebKit Bug Importer
Comment 2 2017-09-19 09:25:47 PDT
Note You need to log in before you can comment on or make changes to this bug.