소스 검색

fix(sip-invite) remove hash params

master
Tudor-Ovidiu Avram 4 년 전
부모
커밋
3048ce4345
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js 파일 보기

@@ -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…
취소
저장