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

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

--- Comment #8 from Harald Alvestrand <harald@alvestrand.no> ---
Suggested resolution:

Add a new section under 9.2 MediaDevices, called "Access control model".
Content:

The access to media device information depends on whether or not permission has
been granted to the page's origin for use of any media devices.

If no such access has been granted, the MediaDeviceInfo dictionary will contain
the deviceId, the kind and the groupId.

If access has been granted for any media device, the MediaDeviceInfo dictionary
will contain the deviceId, the kind, the label and the groupId.

Add to the definition of "deviceId":

The unique id is valid for the page's origin only.

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

Received on Monday, 30 June 2014 13:18:16 UTC