[Webkit-unassigned] [Bug 230830] New: iOS 15 WKWebview getUserMedia does not return working MediaStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 07:26:17 PDT 2021


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

            Bug ID: 230830
           Summary: iOS 15 WKWebview getUserMedia does not return working
                    MediaStream
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: Other
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darius.chris.k at gmail.com
                CC: youennf at gmail.com

In a simple app which only calls navigator.mediaDevices.getUserMedia and sets the resulting stream on a video element. The following error shows up whenever getUserMedia is called:

2021-09-27 15:11:28.279138+0100 HelloCordova[1108:514247] Could not create a 'com.apple.tccd' sandbox extension

Could not create a 'com.apple.tccd' sandbox extension
2021-09-27 15:11:28.279245+0100 HelloCordova[1108:514247] [WebRTC] Unable to create com.apple.tccd sandbox extension
The correct info.plist entries are added for camera/mic.

The media device permission dialog shows and is allowed (still shows if permissions were previously granted, and show as granted in the OS private settings).
A MediaStream is a live audio track and a video track is still returned, but setting it on a video element doesn't do anything, neither can the stream be sent over a PeerConnection.

-- 
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/20210927/a6e8ea49/attachment.htm>


More information about the webkit-unassigned mailing list