Removes the protocol from the callstats.io conferenceID.

pull/350/head 632
Boris Grozev 10 years ago
parent 138785b466
commit 6cd4bb8651
  1. 3
      modules/statistics/CallStats.js

@ -21,8 +21,7 @@ var CallStats = {
this.userID = APP.xmpp.myResource();
var location = window.location;
this.confID = location.protocol + "//" +
location.hostname + location.pathname;
this.confID = location.hostname + location.pathname;
//userID is generated or given by the origin server
callStats.initialize(config.callStatsID,

Loading…
Cancel
Save