add instructions to client html

master
shane tully 2023-05-24 21:53:33 -07:00
parent f0bcf2615a
commit 93d28dd9c0
1 changed files with 6 additions and 2 deletions

View File

@ -9,9 +9,13 @@
<video id="localVideo" autoplay muted style="width:40%;"></video> <video id="localVideo" autoplay muted style="width:40%;"></video>
<video id="remoteVideo" autoplay style="width:40%;"></video> <video id="remoteVideo" autoplay style="width:40%;"></video>
<br /> <div style="margin-top: 10px;">
Open this page in a second browser window then click below to start the WebRTC connection.
</div>
<input type="button" id="start" onclick="start(true)" value="Start Video"></input> <div style="margin-top: 10px;">
<input type="button" id="start" onclick="start(true)" value="Start WebRTC"></input>
</div>
<script type="text/javascript"> <script type="text/javascript">
pageReady(); pageReady();