WebRTC 使用之 —— 使用 RTCPeerConnection 创建视频链接 | 掘金技术征文

接下来的例子,将展现如何使用 WebRTC 的 RTCPeerConnection API 创建视频链接。html 建立工程 建立以下的工程:bash 一个 index.html + 一个main.js。async 在 html 中添加 video 在 index.html 中,添加两个 video,分别是 localVideo 和 remoteVideo,用于模拟创建视频链接的两端。ide 在建
相关文章
相关标签/搜索