From: netoguimaraes Date: Wed, 11 Jul 2018 18:49:02 +0000 (-0300) Subject: FS-11227 - [verto_communicator]: stops localVideoStream tracks properly X-Git-Tag: v1.8.1~3^2~215^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b8cc3a3ef5d41090a6b697009fa190d2cc7ad8;p=thirdparty%2Ffreeswitch.git FS-11227 - [verto_communicator]: stops localVideoStream tracks properly --- diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index 05501193b7..f4f79f0c86 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -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!");} }); }