Re: [mediacapture-image] Stop referring to `advanced` constraints (#252)

Based on the above it sounds like we want to define something like this to support mandatory PTZ constraints:

```js
const videoStream = await navigator.mediaDevices.getUserMedia({
  video: {pan: {exact: true}, tilt: {exact: true}, zoom: {exact: true}}
});
```

I think this makes sense if we make these properties `ConstrainBoolean or ConstrainDouble` instead of `boolean or ConstrainDouble`.

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/252#issuecomment-679412861 using your GitHub account


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

Received on Monday, 24 August 2020 23:16:13 UTC