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

* commit '49b8cc3a3ef5d41090a6b697009fa190d2cc7ad8':
  FS-11227 - [verto_communicator]: stops localVideoStream tracks properly
This commit is contained in:
Brian West 2018-07-12 14:07:10 +00:00
commit ccebe22c07
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@
},
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!");}
});
}