Skip to content

Commit

Permalink
applyConstraints doesn't ask for camera PTZ access
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Jul 1, 2020
1 parent 7256076 commit f0e16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptz-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ permission is revoked, the PTZ permission is automatically revoked as well.
The camera permission (obtained using an older version of the UA, or with
another camera) is not implicitly upgraded to the PTZ permission (even when the
hardware supports it). The permission will have to be re-requested through
`getUserMedia()` or `applyConstraints()`.
`getUserMedia()` or the permissions API.

[Spec PR](https://github.com/w3c/permissions/pull/204)

Expand Down

0 comments on commit f0e16d8

Please sign in to comment.