- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Nov 2018 14:12:20 +0000
- To: public-webrtc-logs@w3.org
If `{ video: false }` just shouldn't work, then another option is to just not have a boolean as part of the definition at all, so: ```webidl dictionary DisplayMediaStreamConstraints { MediaTrackConstraints video; (boolean or MediaTrackConstraints) audio = false; }; ``` -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/65#issuecomment-442847157 using your GitHub account
Received on Thursday, 29 November 2018 14:12:29 UTC