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

Loading…
Cancel
Save