From 49b8cc3a3ef5d41090a6b697009fa190d2cc7ad8 Mon Sep 17 00:00:00 2001 From: netoguimaraes Date: Wed, 11 Jul 2018 15:49:02 -0300 Subject: [PATCH] FS-11227 - [verto_communicator]: stops localVideoStream tracks properly --- html5/verto/js/src/jquery.FSRTC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!");} }); }