Merge pull request #9076 from jitsi/tavram/remove-hash

fix(sip-invite) remove hash params
This commit is contained in:
Avram Tudor 2021-04-23 16:26:16 +03:00 committed by GitHub
commit ff44ff9026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: ''
});