Bug 194401
Summary: | getUserMedia should return NotFoundError if there is no capture device | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric.carlson, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
Currently, we return an OverConstrainedError.
Note that doing so prevents some fingerprinting which could allow to silently detect the absence of capture device.
But doing something like getUserMedia({video: true}) should return NotFoundError if there is no camera.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/47889066>