Re: [mediacapture-main] Why do we have overconstrained event? (#573)

Today's spec behavior would be trivial to polyfill for apps that truly want it:
```js
track.onoverconstrained = () => track.muted = true;
```
The opposite not so much without incurring a flicker.

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

Received on Friday, 8 March 2019 14:45:41 UTC