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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 17:05:54 PDT 2019


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

            Bug ID: 198148
           Summary: mediaDevices.enumerateDevices() returns empty deviceId
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aksuta at gmail.com
                CC: youennf at gmail.com

On Safari 12.3:

navigator.mediaDevices.enumerateDevices().then(function(devices) {devices.forEach(function(device) {alert("object: " + JSON.stringify(device));})})
produces following:
object: {"deviceId":"";"kind":"audioinput","label":"","groupId":""}
object: {"deviceId":"";"kind":"videoinput","label":"","groupId":""}

-- 
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/20190523/81fc9f92/attachment.html>


More information about the webkit-unassigned mailing list