Skip to content

Commit

Permalink
Merge pull request #1645 from webrtc/eladalon1983-patch-1
Browse files Browse the repository at this point in the history
Correct name of video element
  • Loading branch information
fippo authored Dec 2, 2023
2 parents 4f021a8 + c715d9d commit 3a780e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/getusermedia/getdisplaymedia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div id="container">
<h1><a href="//webrtc.github.io/samples/" title="WebRTC samples homepage">WebRTC samples</a> <span>getDisplayMedia</span></h1>

<video id="gum-local" autoplay playsinline muted></video>
<video id="video" autoplay playsinline muted></video>
<button id="startButton" disabled>Start</button>
<fieldset id="options" style="display:none">
<legend>Advanced options</legend>
Expand Down

0 comments on commit 3a780e9

Please sign in to comment.