docs.rodeo

MDN Web Docs mirror

Permissions-Policy: speaker-selection

{{HTTPSidebar}}  {{SeeCompatTable}} 

The HTTP {{HTTPHeader("Permissions-Policy")}}  header speaker-selection directive controls whether the current document is allowed to enumerate and select audio output devices (speakers, headphones, and so on).

Specifically, where a defined policy blocks use of this feature:

Syntax

Permissions-Policy: speaker-selection=<allowlist>;

Default policy

The default allowlist for speaker-selection is self.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN