diff --git a/react/features/invite/functions.js b/react/features/invite/functions.js index dbfbf85be..83ee9a48e 100644 --- a/react/features/invite/functions.js +++ b/react/features/invite/functions.js @@ -831,6 +831,7 @@ export function inviteSipEndpoints( // eslint-disable-line max-params const baseUrl = Object.assign(new URL(locationURL.toString()), { pathname: locationURL.pathname.replace(`/${roomName}`, ''), + hash: '', search: '' });