[Webkit-unassigned] [Bug 174500] WebRTC data channel only applications require capture permissions for direct connections
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 1 10:02:24 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=174500
Jana <jana at loopup.co> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jana at loopup.co
--- Comment #5 from Jana <jana at loopup.co> ---
As @Ben noted, the important use case of streaming video to a user via WebRTC doesn't fit with the permissions request required. To tell a user that they have to grant access to their camera/mic doesn't make any sense when all they are trying to do is view a video without sending any media back. No user will understand why they have to give permission in this scenario. Basically, getUserMedia shouldn't require camera/mic permissions when the data is not bidirectional. Developers should be able to specify that the data is streaming to the user only, and therefore doesn't require permission. If you decide that it's necessary to request permission, the permission should be fit for the purpose rather than requiring them to grant access to permissions for components that aren't being used.
--
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/20171201/138007c4/attachment.html>
More information about the webkit-unassigned
mailing list