[Webkit-unassigned] [Bug 194401] New: getUserMedia should return NotFoundError if there is not any capture device

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 10:46:53 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194401

            Bug ID: 194401
           Summary: getUserMedia should return NotFoundError if there is
                    not any capture device
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com
                CC: youennf at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190207/c89f9ba6/attachment-0001.html>


More information about the webkit-unassigned mailing list