FS-8798 #resolve [Typo in verto FSRTC lib]

This commit is contained in:
Anthony Minessale 2016-01-28 16:30:25 -06:00
parent ff43872e20
commit 65f348ec95
1 changed files with 2 additions and 2 deletions

View File

@ -342,8 +342,8 @@
if(typeof self.options.localVideoStream.stop == 'function') { if(typeof self.options.localVideoStream.stop == 'function') {
self.options.localVideoStream.stop(); self.options.localVideoStream.stop();
} else { } else {
if (self.localVideoStream.active){ if (self.options.localVideoStream.active){
var tracks = self.localVideoStream.getTracks(); var tracks = self.options.localVideoStream.getTracks();
console.error(tracks); console.error(tracks);
tracks.forEach(function(track, index){ tracks.forEach(function(track, index){
console.log(track); console.log(track);