黎涛涛

Results 1 comments of 黎涛涛

谢谢前辈提供的代码,但是我在执行过程还是碰到了一些问题,这是我修复之后的代码。 在html页面添加canvas元素 ``` html ``` 修改client.js文件 ``` js var pc = null; var renderVideo = null; var canvas = null; var ctx = null; //... function init(){ renderVideo = document.getElementById('video');...