diff --git a/src/index.html b/src/index.html index c87cfb4..aaa0935 100644 --- a/src/index.html +++ b/src/index.html @@ -17,8 +17,7 @@ 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 = 7654; + var unique = Math.floor(100000 + Math.random() * 900000); var localVideo = document.getElementById('localVideo'); var remoteVideo = document.getElementById('remoteVideo');