This commit is contained in:
Eleanor Mao
2022-07-05 14:05:20 +08:00
parent 83089af7c7
commit 8af84d8f2d
9 changed files with 300 additions and 191 deletions

View File

@ -4,11 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>webrtc-icon-192x192.png">
<title>webrtc-demo</title>
</head>
<body>
<div id="app"></div>
<script src="<%= BASE_URL %>video-view.js"></script>
</body>
</html>