Re: [mediacapture-image] Clarify pan/tilt/zoom capabilities (#245) (#250)

> 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