- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 May 2021 20:17:39 +0000
- To: public-webrtc-logs@w3.org
Thought - what if we specified things in such a way that `{video: false}` weren't even possible? So instead of: ``` (boolean or MediaTrackConstraints) video = true; ``` Have: ``` MediaTrackConstraints video = {}; ``` We could accept `video = true` for a few releases and issue a warning, then deprecate. (Note that the empty dictionary evaluates as true. If only true also auto-converted to the empty dictionary... 😄) -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/125#issuecomment-848231116 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 25 May 2021 20:17:41 UTC