- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 May 2020 20:21:31 +0000
- To: public-webrtc-logs@w3.org
> Why not require apps to be up front about requesting PTZ? I think it depends on how important the PTZ capability is to the application and whether or not it already has camera permission. Requesting PTZ upfront in `getUserMedia()` will mean a permission request is shown before the video stream starts. This will be a regression for sites which already have camera permission. Allowing them to start the video stream and then request PTZ permission via `applyConstraints()` means that they can offer this as an opt-in to their users before showing a permission prompt. This allows the permission prompt to be displayed with better context for the user. -- GitHub Notification of comment by reillyeon Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/223#issuecomment-629463091 using your GitHub account
Received on Friday, 15 May 2020 20:21:33 UTC