Add missing definition of localStream
parent
4f4c071693
commit
6ebe1ca7fe
|
|
@ -2,6 +2,7 @@ var localVideo;
|
||||||
var remoteVideo;
|
var remoteVideo;
|
||||||
var peerConnection;
|
var peerConnection;
|
||||||
var uuid;
|
var uuid;
|
||||||
|
var localStream;
|
||||||
|
|
||||||
var peerConnectionConfig = {
|
var peerConnectionConfig = {
|
||||||
'iceServers': [
|
'iceServers': [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue