]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11227 - [verto_communicator]: stops localVideoStream tracks properly
authornetoguimaraes <joao.neto.guimaraes@gmail.com>
Wed, 11 Jul 2018 18:49:02 +0000 (15:49 -0300)
committernetoguimaraes <joao.neto.guimaraes@gmail.com>
Wed, 11 Jul 2018 18:49:02 +0000 (15:49 -0300)
html5/verto/js/src/jquery.FSRTC.js

index 05501193b75d34ec2971aa4236d727688e77bdb3..f4f79f0c8631f32252ccf6ee7b2afaf51d360298 100644 (file)
                     
                },
                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!");}
             });
        }