Back to Content

HTMLMediaElement: sinkId property

files/en-us/web/api/htmlmediaelement/sinkid/index.md

latest1.0 KB
Original Source

{{APIRef("Audio Output Devices API")}}{{securecontext_header}}

The sinkId read-only property of the {{domxref("HTMLMediaElement")}} interface returns a string that is the unique ID of the device to be used for playing audio output.

This ID should be one of the {{domxref("MediaDeviceInfo.deviceId")}} values returned from {{domxref("MediaDevices.enumerateDevices()")}}. If the user agent default device is being used, it returns an empty string.

Value

A string indicating the current audio output device, or the empty string if the default user agent output device is being used.

Security requirements

Access to the property is subject to the following constraints:

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also