diff --git a/modules/UI/UI.js b/modules/UI/UI.js index ada993c38..2fbb17fbb 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -280,7 +280,10 @@ UI.setLocalRaisedHandStatus = (raisedHandStatus) => { */ UI.initConference = function () { let id = APP.conference.getMyUserId(); - Toolbar.updateRoomUrl(window.location.href); + Toolbar.updateRoomUrl( + // Do not include query parameters + // "https://example.com" + "/SomeConference1245" + window.location.origin + window.location.pathname); // Add myself to the contact list. ContactList.addContact(id);