blob: 03e07b94f27ee0bfbc755db7213237ccb347af88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>liburtc demo</title>
<script src="//webrtchacks.github.io/adapter/adapter-latest.js"></script>
<script>
// call liburtc peer
</script>
</head>
<body>
<h1>liburtc demo</h1>
<video autoplay controls muted playsinline id="remoteVideo"></video>
</body>
</html>
|