Removes the protocol from the callstats.io conferenceID.

This commit is contained in:
Boris Grozev 2015-08-12 17:01:52 -05:00
parent fcd963b661
commit e1b1b88289
1 changed files with 1 additions and 2 deletions

View File

@ -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,