Kaynağa Gözat

fix(sip-invite) remove hash params

j8
Tudor-Ovidiu Avram 4 yıl önce
ebeveyn
işleme
3048ce4345
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet