W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > March 2019

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

From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
Date: Fri, 08 Mar 2019 14:45:40 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-470952329-1552056339-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:46 UTC