Re: getCapabilities() as both static and object method?

The permission model still seems pretty undefined for GUM and I think that is part of what makes it a bit hard to evaluate options for what we could do with a call to find out the properties of the system as a whole. 

I like the idea of adding something - the use case given before was even just knowing if the system can do video at all or not, causes you to change the UI in some applications long before any request for a media device is made. 


On May 12, 2014, at 8:54 AM, Harald Alvestrand <harald@alvestrand.no> wrote:

> In the current version of the spec, we have:
> 
> The getCapabilities() method returns the dictionary of the capabilities that the object supports.
> 
> This means that one must get an object before one can get capabilities of it. This is inconvenient for some usages (deciding what to pass to getUserMedia is the obvious one).
> 
> Should this method also be available as a static method?
> 
> Harald
> 
> 
> 

Received on Sunday, 18 May 2014 11:48:17 UTC