Re: [mediacapture-screen-share] Define max frameRate constraint behavior when set to 0 (#253)

The spec says:
- Reject if dictionary contains a member named max, and that member's value in turn is less than the constrainable property's floor value (https://w3c.github.io/mediacapture-screen-share/#dfn-floor-value step 7.3)
- Floor value MUST be greater than zero. (https://w3c.github.io/mediacapture-screen-share/#dfn-floor-value)

It seems to me the spec mandates the rejection for { max: 0 }, but may allow {max: 0.1}.

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


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

Received on Friday, 28 October 2022 08:00:40 UTC