FS-8798 #resolve [Typo in verto FSRTC lib]
This commit is contained in:
parent
ff43872e20
commit
65f348ec95
|
@ -342,8 +342,8 @@
|
|||
if(typeof self.options.localVideoStream.stop == 'function') {
|
||||
self.options.localVideoStream.stop();
|
||||
} else {
|
||||
if (self.localVideoStream.active){
|
||||
var tracks = self.localVideoStream.getTracks();
|
||||
if (self.options.localVideoStream.active){
|
||||
var tracks = self.options.localVideoStream.getTracks();
|
||||
console.error(tracks);
|
||||
tracks.forEach(function(track, index){
|
||||
console.log(track);
|
||||
|
|
Loading…
Reference in New Issue