forked from Mirrors/freeswitch
FS-11227 - [verto_communicator]: stops localVideoStream tracks properly
This commit is contained in:
parent
de3df8dc0e
commit
49b8cc3a3e
@ -507,7 +507,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
localVideo: obj.options.localVideo,
|
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!");}
|
onerror: function(e) {console.error("local video error!");}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user