Skip to content

Commit

Permalink
Fixes for bsmth review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Nov 27, 2024
1 parent 1174270 commit 24859ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions screen-capture-api/basic-screen-capture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<h1>Screen Capture API example</h1>
<p>
This example shows you the contents of the selected part of your display.
Click the Start Capture button to begin.
Click the "Start Capture" button to capture a tab, window, or screen as a video stream and broadcast it in the
<code>&lt;video&gt;</code> element on the left. This demo uses the Screen Capture API.
</p>

<p>
Expand Down
5 changes: 3 additions & 2 deletions screen-capture-api/element-capture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<body>
<h1>Element Capture API example</h1>
<p>
This example captures the demo container element.
Click the Start Capture button to begin.
Click the "Start Capture" button to capture the demo container element shown on the right as a video stream and
broadcast it in the <code>&lt;video&gt;</code> element on the left. This demo uses the Screen Capture API and the
Element Capture API.
</p>

<p>
Expand Down
5 changes: 3 additions & 2 deletions screen-capture-api/region-capture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<body>
<h1>Region Capture API example</h1>
<p>
This example captures the demo region of the screen.
Click the Start Capture button to begin.
Click the "Start Capture" button to capture the area in which the demo container element (shown on the right) is
rendered as a video stream and broadcast it in the <code>&lt;video&gt;</code> element on the left. This demo uses
the Screen Capture API and the Region Capture API.
</p>

<p>
Expand Down

0 comments on commit 24859ad

Please sign in to comment.