Re: Proposal to add defaultDevice attribute to getMediaDevices.

2014-03-10 6:51 GMT+01:00 Kiran Kumar <g.kiranreddy4u@gmail.com>:
> I would like to propose adding a defaultDevice attribute which indicates
> which device is the default device out of the list.
>
> dictionary MediaDeviceInfo {
>     DOMString       deviceId;
>     MediaDeviceKind kind;
>     DOMString       label;
>     DOMString       groupId;
>
>     bool            defaultDevice;
> };
>
> This will allow a default value checked while displaying the list of
> devices.


Correct me if I'm wrong, but AFAIK the multimedia subsystem in some
SO's report a "default sound card", "default mic" and "default
webcam".


-- 
Iñaki Baz Castillo
<ibc@aliax.net>

Received on Monday, 10 March 2014 09:50:34 UTC