fix(sip-invite) remove hash params

This commit is contained in:
Tudor-Ovidiu Avram 2021-04-23 16:18:33 +03:00
parent 0ef6db51d6
commit 3048ce4345
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: ''
});