at least it wroks on some browsers

This commit is contained in:
bel
2020-05-10 11:46:19 -06:00
parent 572bab2f00
commit ff9baa4d4c
2 changed files with 66 additions and 20 deletions

View File

@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<!--
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
-->
<script src="webrtc.js"></script>
<style>
video {
@@ -26,5 +28,8 @@
<script type="text/javascript">
pageReady();
</script>
<div id="log">
</div>
</body>
</html>