- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Aug 2020 19:46:42 +0000
- To: public-webrtc-logs@w3.org
When building the PTZ permission prompt in Chromium we considered prompting on `applyConstraints()` in addition to `getUserMedia()`. The reason we chose not to is that as you say it would require a PTZ-specific permission prompt to "upgrade" the existing permission to access the camera. We wanted to ensure that all camera-related permission requests were made upfront and with full context for the user rather than piecemeal. Do you think this is a place where implementations could reasonably disagree or should the specification mandate or forbid supporting a permission request as part of `applyConstaints()`? -- GitHub Notification of comment by reillyeon Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/243#issuecomment-676625495 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 August 2020 19:46:44 UTC