[mediacapture-output] "speaker-selection" doesn't seem to be implemented? (#122)

marcoscaceres has just created a new issue for https://github.com/w3c/mediacapture-output:

== "speaker-selection" doesn't seem to be implemented? ==
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:

```JS
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.

https://github.com/w3c/permissions/pull/257







Please view or discuss this issue at https://github.com/w3c/mediacapture-output/issues/122 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 28 July 2021 07:30:17 UTC