Browse Source

Bug Fixes

pull/14/merge
Amir 8 years ago
parent
commit
4a9e815a33
  1. 2
      js/comm.js

2
js/comm.js

@ -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");
window.addEventListener('load', function(){
startCounter();//shows the time spent in room
/*

Loading…
Cancel
Save