Removes the protocol from the callstats.io conferenceID.
This commit is contained in:
parent
138785b466
commit
6cd4bb8651
|
@ -21,8 +21,7 @@ var CallStats = {
|
||||||
this.userID = APP.xmpp.myResource();
|
this.userID = APP.xmpp.myResource();
|
||||||
|
|
||||||
var location = window.location;
|
var location = window.location;
|
||||||
this.confID = location.protocol + "//" +
|
this.confID = location.hostname + location.pathname;
|
||||||
location.hostname + location.pathname;
|
|
||||||
|
|
||||||
//userID is generated or given by the origin server
|
//userID is generated or given by the origin server
|
||||||
callStats.initialize(config.callStatsID,
|
callStats.initialize(config.callStatsID,
|
||||||
|
|
Loading…
Reference in New Issue