Add missing definition of localStream

pull/26/head
MattMcMurray 2017-12-14 12:48:05 -06:00
parent 4f4c071693
commit 6ebe1ca7fe
1 changed files with 1 additions and 0 deletions

View File

@ -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': [