From e1b1b88289f0eeecd3bf2b1eb20031df64b1f11c Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Wed, 12 Aug 2015 17:01:52 -0500 Subject: [PATCH] Removes the protocol from the callstats.io conferenceID. --- modules/statistics/CallStats.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/statistics/CallStats.js b/modules/statistics/CallStats.js index 613d5bddf..e575d8e14 100644 --- a/modules/statistics/CallStats.js +++ b/modules/statistics/CallStats.js @@ -23,8 +23,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,