[Webkit-unassigned] [Bug 167430] Implement <iframe allowusermedia>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 4 12:29:02 PDT 2017


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

Dave Collie <dccollie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dccollie at gmail.com

--- Comment #1 from Dave Collie <dccollie at gmail.com> ---
The recent release of Safari 11 adds support for WebRTC.  This opens up an opportunity to finally replace Flash based camera recording.  However, the following checks prevent calling getUserMedia from an iframe.

https://github.com/WebKit/webkit/blob/master/Source/WebCore/Modules/mediastream/UserMediaRequest.cpp#L116

https://github.com/WebKit/webkit/blob/master/Source/WebCore/page/SecurityOrigin.cpp#L563

If 'allowusermedia' was implemented it would allow different webrtc camera recording implementations that are iframed into client sites to function.  Currently, they have to fallback to flash.

-- 
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/20171004/2d773f77/attachment-0001.html>


More information about the webkit-unassigned mailing list