Sfoglia il codice sorgente

fix(sip-invite) remove hash params

master
Tudor-Ovidiu Avram 4 anni fa
parent
commit
3048ce4345
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js Vedi File

@@ -831,6 +831,7 @@ export function inviteSipEndpoints( // eslint-disable-line max-params
831 831
 
832 832
     const baseUrl = Object.assign(new URL(locationURL.toString()), {
833 833
         pathname: locationURL.pathname.replace(`/${roomName}`, ''),
834
+        hash: '',
834 835
         search: ''
835 836
     });
836 837
 

Loading…
Annulla
Salva