Browse Source

pull/14/merge
Amir 9 years ago
parent
commit
6506c6feee
  1. 2
      js/comm.js

2
js/comm.js

@ -17,8 +17,6 @@ var awaitingResponse;
var streamConstraints; var streamConstraints;
var myMediaStream; var myMediaStream;
const appRoot = 'http://localhost/webrtc-ratchet-chat-app/';
const spinnerClass = 'fa fa-spinner faa-spin animated';
$(document).ready(function(){ $(document).ready(function(){
startCounter();//shows the time spent in room startCounter();//shows the time spent in room

Loading…
Cancel
Save