diff --git a/modules/statistics/CallStats.js b/modules/statistics/CallStats.js index c0716fd8f..1adc7082b 100644 --- a/modules/statistics/CallStats.js +++ b/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,