diff --git a/index.bs b/index.bs index 4f9ac49..7d12476 100644 --- a/index.bs +++ b/index.bs @@ -673,7 +673,10 @@ When the {{getSettings()}} method is invoked on a video stream track, the user a
This reflects the current contrast setting of the camera.
pan
-
This reflects the current pan setting of the camera.
+
This reflects the current pan setting of the camera. + + If the track has been created without requesting permission to use (as defined in [[!permissions]]) a PermissionDescriptor with its name member set to {{PermissionName/camera}} and its {{CameraDevicePermissionDescriptor/panTiltZoom}} member set to true or if that permission request is denied, the track does not support pan. + In that case the UA MUST NOT expose the pan setting.
saturation
This reflects the current saturation setting of the camera.
@@ -685,10 +688,16 @@ When the {{getSettings()}} method is invoked on a video stream track, the user a
This reflects the current focus distance setting of the camera.
tilt
-
This reflects the current tilt setting of the camera.
+
This reflects the current tilt setting of the camera. + + If the track has been created without requesting permission to use (as defined in [[!permissions]]) a PermissionDescriptor with its name member set to {{PermissionName/camera}} and its {{CameraDevicePermissionDescriptor/panTiltZoom}} member set to true or if that permission request is denied, the track does not support tilt. + In that case the UA MUST NOT expose the tilt setting.
zoom
-
This reflects the current zoom setting of the camera.
+
This reflects the current zoom setting of the camera. + + If the track has been created without requesting permission to use (as defined in [[!permissions]]) a PermissionDescriptor with its name member set to {{PermissionName/camera}} and its {{CameraDevicePermissionDescriptor/panTiltZoom}} member set to true or if that permission request is denied, the track does not support zoom. + In that case the UA MUST NOT expose the zoom setting.
torch
Current camera torch configuration setting.