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

Go back to the default output #85

Closed youennf closed 1 year ago

youennf commented 4 years ago

As long as the sinkId is not set, the sink is selected by the user agent. There does not seem to be any way for a web page to go back to this original state. Should we allow setSinkId('')?

guidou commented 4 years ago

Yes, we should. IIRC, setSinkId('') in Chromium switches to the default device.

jan-ivar commented 1 year ago

Closed by https://github.com/w3c/mediacapture-output/pull/95.