Browse Source

pull/14/merge
Amir 9 years ago
parent
commit
ec6fffc45e
  1. 4
      js/comm.js

4
js/comm.js

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
* @date 24-Dec-2016
*/
'use strict';
var servers = {
iceServers: [
@ -20,6 +20,8 @@ var streamConstraints; @@ -20,6 +20,8 @@ var streamConstraints;
var myMediaStream;
window.addEventListener('load', function(){
const room = getRoom();
startCounter();//shows the time spent in room
/*

Loading…
Cancel
Save