Merge pull request #9076 from jitsi/tavram/remove-hash
fix(sip-invite) remove hash params
This commit is contained in:
commit
ff44ff9026
|
@ -831,6 +831,7 @@ export function inviteSipEndpoints( // eslint-disable-line max-params
|
||||||
|
|
||||||
const baseUrl = Object.assign(new URL(locationURL.toString()), {
|
const baseUrl = Object.assign(new URL(locationURL.toString()), {
|
||||||
pathname: locationURL.pathname.replace(`/${roomName}`, ''),
|
pathname: locationURL.pathname.replace(`/${roomName}`, ''),
|
||||||
|
hash: '',
|
||||||
search: ''
|
search: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue