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') {
|
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);
|
||||||
|
|
Loading…
Reference in New Issue