[Bug 25245] Specify "access" in the context of getMediaDevices

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25245

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
My understanding of previous discussions:

- All Web pages may enumerate devices; in the deviceInfoList returned, the "id"
and "kind" fields are populated. I think this category also includes the
"group".

- For any device where the JS would get access without an user prompt
("trusted" script, stored permissions or previously granted access), the
"label" field will be populated.

I also believe we have decided that "deviceId" should be different for pages
from different origins, so that one page cannot tell another page about devices
(information leakage). This also hasn't been captured in the spec, as far as I
can tell.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Thursday, 3 April 2014 07:46:42 UTC