|
|
|
@ -19,10 +19,10 @@ var awaitingResponse;
@@ -19,10 +19,10 @@ var awaitingResponse;
|
|
|
|
|
var streamConstraints; |
|
|
|
|
var myMediaStream; |
|
|
|
|
|
|
|
|
|
window.addEventListener('load', function(){ |
|
|
|
|
const room = getRoom(); |
|
|
|
|
const wsChat = new WebSocket("ws://localhost:8080/comm"); |
|
|
|
|
const room = getRoom(); |
|
|
|
|
const wsChat = new WebSocket("ws://localhost:8080/comm"); |
|
|
|
|
|
|
|
|
|
window.addEventListener('load', function(){ |
|
|
|
|
startCounter();//shows the time spent in room
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|