HTMLMediaElement.sinkId
Experimental: 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
.
Syntax
var sinkId = HTMLMediaElement.sinkId
Specifications
Specification |
---|
Audio Output Devices API # dom-htmlmediaelement-sinkid |
Browser compatibility
BCD tables only load in the browser