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

> @guidou I think the web compat question here is did Chrome ever used to require
> 
> ```js
> <iframe allow="camera; microphone; speaker">
> ```

No, it never required this.

> 
> ...in order for the site to change audio output during a WebRTC call? Or did this always suffice:
> 
> ```js
> <iframe allow="camera; microphone">
> ```
> 

This always sufficed.

> 
> If we go back to requiring the former, what sites might break?

Not clear to me how to answer this, but I guess some sites might break if we start requiring the former.

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

Received on Thursday, 28 May 2020 19:02:08 UTC