blob: eb61af9eb5bd3aa1c2f23c91935a29c8a689636f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<div>instructions: open the connect link in a new window or tab; after a few seconds you should see a message in both instances indicating that they are connected</div>
<video id="local" autoplay></video>
<video id="remote" autoplay></video>
<div id="host"></div>
<pre id="chat"></pre>
<input type="text" id="chatinput">
</body>
<script src="../client/p2p-client.js"></script>
<script src="data-demo.js"></script>
</html>
|