[Webkit-unassigned] [Bug 198148] mediaDevices.enumerateDevices() returns empty deviceId

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 27 08:32:15 PDT 2019


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

Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #7 from Eric Carlson <eric.carlson at apple.com> ---
navigator.mediaDevices.getUserMedia() fails because you don’t have any constraints. The something like navigator.mediaDevices.getUserMedia({ video : true })

After you fix this, you will also have to modify your example to wait for the getUserMedia promise to resolve before calling enumerateMediaDevices()

-- 
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/20190527/cdbae95d/attachment-0001.html>


More information about the webkit-unassigned mailing list