w3c / mediacapture-output

API to manage the rendering of audio on any audio output device
https://w3c.github.io/mediacapture-output/
Other
26 stars 25 forks source link

default audio output should be first in the enumerateDevice returned list #124

Closed guidou closed 1 year ago

guidou commented 3 years ago

The spec already mandates that the default microphone and the default camera (if they exist) should be the first devices listed in enumerateDevices. This should also apply to speakers.

This bug is basically the same as https://github.com/w3c/mediacapture-output/issues/113, but I filed it here because enumerateDevices is defined in this spec.

guidou commented 3 years ago

cc @youennf who filed the original bug.

youennf commented 3 years ago

Reopening, we need a WPT test probably

jan-ivar commented 1 year ago

I'm not sure it makes sense to keep this open, since we have no good way of writing automated WPT tests that require multiple devices. AFAIK there's no equivalent issue open for cams/mics being first, so I think we can close this.