Re: [mediacapture-screen-share] Behavior for getDisplayMedia() and getDisplayMedia({}) should be the same (#65)

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