Bug 194401

Summary: getUserMedia should return NotFoundError if there is no capture device
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: 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
Reported 2019-02-07 10:46:53 PST
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
Radar WebKit Bug Importer
Comment 1 2019-02-07 10:47:28 PST
Note You need to log in before you can comment on or make changes to this bug.