blob: c54bf3cbc7be69d6d6ba28edac28a4c01a5b4e40 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head><title>RTCPeerConnection Loopback test</title></head>
<body>
<div id="container">
<div>
<video id="remoteVideo" autoplay muted style="max-width:100%;max-height:100%"></video>
</div>
</div>
<script src="loopback_peerconnection.js"></script>
<script src="third_party/blackframe.js"></script>
<script src="third_party/munge_sdp.js"></script>
<script src="third_party/sdp/sdp.js"></script>
<script src="third_party/simulcast/simulcast.js"></script>
<script src="third_party/ssim.js"></script>
<script>
</script>
</body>
</html>