This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The HTMLMediaElement.sinkId
read-only property returns a DOMString
that is the unique ID of the audio device delivering output. If it is using the user agent default, it returns an empty string. This ID should be one of the MediaDeviceInfo.deviceId
values returned from MediaDevices.enumerateDevices()
, id-multimedia
, or id-communications
.
var sinkId = HTMLMediaElement.sinkId
Specification | Status | Comment |
---|---|---|
Audio Output Devices API The definition of 'sinkId' in that specification. | Candidate Recommendation | Initial definition. Older versions of this spec were called "Media Capture Output". |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 49 | ? | ? | 36 | ? |
Feature | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | 49 | 49 | ? | ? | ? | 36 | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/sinkId