undoing test

master
BodgeMaster 2022-01-04 04:04:00 +01:00
parent 63ec431321
commit 3fedec0d28
1 changed files with 1 additions and 2 deletions

View File

@ -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');