提交 ccebe22c authored 作者: Brian West's avatar Brian West

Merge pull request #1534 in FS/freeswitch from…

Merge pull request #1534 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:feat/stops_localStream to master

* commit '49b8cc3a':
  FS-11227 - [verto_communicator]: stops localVideoStream tracks properly
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
}, },
localVideo: obj.options.localVideo, localVideo: obj.options.localVideo,
onsuccess: function(e) {self.options.localVideoStream = e; console.log("local video ready");}, onsuccess: function(e) {obj.options.localVideoStream = e; console.log("local video ready");},
onerror: function(e) {console.error("local video error!");} onerror: function(e) {console.error("local video error!");}
}); });
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论