- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Aug 2020 13:09:47 +0000
- To: public-webrtc-logs@w3.org
> So AFAIU if a site with PTZ access does `getUserMedia({video: true})`, that results in requesting permission to use a PermissionDescriptor with its name member set to `"camera"` and its panTiltZoom member set to `true` and the algorithm immediate returns `"grant"` and therefore PTZ capabilities will be exposed.
That is not my understanding of how things are specified.
If a page does getUserMedia({video: true}), UA will request permission to use with a descriptor { name: 'camera' }, but without any panTiltZoom member value. Then, getCapabilities will not be exposed according the current wording.
If you want that behavior, I would suggest to downscope the requirement to a MAY.
--
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/pull/250#issuecomment-680868777 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 26 August 2020 13:09:48 UTC