浏览代码

fix(sip-invite) remove hash params

j8
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
 

正在加载...
取消
保存