4 Star 17 Fork 5

开源技术小栈 / WebRTC-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebRTC 入门教程 Demo01</title>
<script src="../adapter.js"></script>
</head>
<body>
<video id="gum-local" autoplay playsinline></video>
<div id="errorMsg"></div>
<script src="main.js"></script>
</body>
</html>
1
https://gitee.com/Tinywan/WebRTC-tutorial.git
git@gitee.com:Tinywan/WebRTC-tutorial.git
Tinywan
WebRTC-tutorial
WebRTC-tutorial
master

搜索帮助