Skip to content

Commit d37123e

Browse files
authored
Improve description of region capture API (#2902)
1 parent 6719b7b commit d37123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/region-capture.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Region capture
2-
description: The `CropTarget` API crops an element from a video track derived from display-capture of the active browser tab. For example, you can crop out video conferencing during screen sharing.
2+
description: "When using `navigator.mediaDevices.getDisplayMedia()` to capture a browser tab as a video stream, the region capture API allows you to crop the video to the bounding box of a given element. In contrast to the element capture API, any content that overlays that element is also captured."
33
spec: https://w3c.github.io/mediacapture-region/
44
compat_features:
55
- api.BrowserCaptureMediaStreamTrack

0 commit comments

Comments
 (0)