Re: [mediacapture-screen-share] Possible duplication of requirements (#125)

This currently reads:
```
video of type (boolean or MediaTrackConstraints), defaulting to true
---
If true, it requests that the returned MediaStream contain a video track.
If a Constraints structure is provided, it further specifies desired processing
options to be applied to the video track rendition of the display surface chosen
by the user.
If false, the request MUST be rejected with a TypeError.
```
If we remove "If false, the request MUST be rejected with a TypeError" we end up with text that addresses 2 out of 3 possible values. Are we sure this is an improvement? Or is the suggestion to replace MUST with "must," lowercase?

-- 
GitHub Notification of comment by eladalon1983
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/125#issuecomment-853792220 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 June 2021 11:17:56 UTC