add instructions to client html
parent
f0bcf2615a
commit
93d28dd9c0
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue