You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following microphones and cameras, we should try exposing the default audio output device using its first position.
This also probably means it should always be exposed since '' allows to be used by setSinkId.
In case of change of default audio output device, we might also want to fire a devicechange event if more than one audio output device has been exposed.
The text was updated successfully, but these errors were encountered:
enumerateDevices() currently returns inconsistent results re selecting and listing default devices w3c/mediacapture-main#727. Would suggest to fix fix that inconsistency. Also, there really is no "default audio output device" #111 in either this or Media Capture an Streams main, at best there is a re-routing of audio input device.
Following microphones and cameras, we should try exposing the default audio output device using its first position.
This also probably means it should always be exposed since '' allows to be used by setSinkId.
In case of change of default audio output device, we might also want to fire a devicechange event if more than one audio output device has been exposed.
The text was updated successfully, but these errors were encountered: