[Webkit-unassigned] [Bug 179220] mediaDevices.enumerateDevices(), device ids change on page refresh

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 1 10:16:59 PST 2017


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

--- Comment #8 from youenn fablet <youennf at gmail.com> ---
I wonder whether we could not provide the functionality you want without the fingerprinting issue.

Would it be fine if:
- WebKit stores persistently which capture devices were last selected by a web site, at least if changed from the default selected ones.
- Reuse those devices for subsequent selections

That way, you would probably get what you want without having to handle device ids.
If you do not get what you want, you might be able to use label/kind attributes after getting camera/microphone access to further refine selection.

-- 
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/7dd54622/attachment.html>


More information about the webkit-unassigned mailing list