- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Mon, 24 Aug 2020 23:16:08 +0000
- To: public-webrtc-logs@w3.org
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