diff --git a/src/index.html b/src/index.html index aaa0935..c87cfb4 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,8 @@ var ws=null; // Not necessary with websockets, but here I need it to distinguish calls - var unique = Math.floor(100000 + Math.random() * 900000); + //var unique = Math.floor(100000 + Math.random() * 900000); + var unique = 7654; var localVideo = document.getElementById('localVideo'); var remoteVideo = document.getElementById('remoteVideo');