Re: [permissions] Mediacapture permissions (#57)

> + </h2>
> + <p>
> +   The <code><dfn id='idl-def-PermissionName.camera'>camera</dfn></code>,
> +   <code><dfn id='idl-def-PermissionName.microphone'>microphone</dfn>
> +   </code>,
> +   and <code><dfn id='idl-def-PermissionName.speaker'>speaker</dfn>
> +   </code>
> +   permissions are associated with permission to use media
> +   devices as specified in [[mediacapture-main]].
> + </p>
> + <p>These three permissions have an associated PermissionDescriptor:
> + </p>
> + <dl class='idl' title='dictionary DevicePermissionDescriptor :
> +     PermissionDescriptor'>
> +   <dt>
> +     DOMString deviceId

When people have access to the list of devices via enumerateDevices(), they should be able to use that information together with query() to get information about permission to those devices, yes. @joeberkovitz was that what you were asking, or did I misunderstand your question?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/57/files#r53794659

Received on Tuesday, 23 February 2016 15:26:14 UTC