Re: [mediacapture-output] Where did "speaker" feature policy go? (#91)

> > ```js
> > <iframe allow="camera; microphone">
> > ```
> 
> This always sufficed.

@guidou Yeah we're looking at breakage then if we introduce a `"speaker"` policy.

We can play web compat games like `"microphone"` > `"speaker"`, but I'd hoped we wouldn't be here already. Doing so means we lose the ability to share microphone and _not_ speaker.

Presumably someone thought having some granularity of control here made sense, hence why we have `camera` and `microphone` and not e.g. `mediadevices`.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-output/issues/91#issuecomment-635550043 using your GitHub account

Received on Thursday, 28 May 2020 19:29:24 UTC