w3c / mediacapture-output

API to manage the rendering of audio on any audio output device
https://w3c.github.io/mediacapture-output/
Other
26 stars 25 forks source link

"speaker-selection" doesn't seem to be implemented? #122

Closed marcoscaceres closed 3 years ago

marcoscaceres commented 3 years ago

Just wanted to confirm the status of the "speaker-selection" permission. Neither Chrome nor Firefox seems to implement it, however, it's in the Permission API. Checked by:

await navigator.permission.query({"name": "speaker-selection"});

I'm currently pruning unimplemented enum values from the Permissions API, so was hoping to get an update to decide if it should continue to live in that spec.

Pull request to remove it from the Permission spec: https://github.com/w3c/permissions/pull/257

marcoscaceres commented 3 years ago

firefox now implements it: https://phabricator.services.mozilla.com/D119866