浏览代码

auto commit

dev8
jfinn 3 年前
父节点
当前提交
9ab5df63ae
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11
    1
      rdev/hooks/hookImports1.js

+ 11
- 1
rdev/hooks/hookImports1.js 查看文件

@@ -6,6 +6,15 @@ import * as rfs from '../../react/features/filmstrip';
6 6
 import * as react_filmstrip from '../../react/features/filmstrip';
7 7
 import * as ThumbnailWrapper from '../../react/features/filmstrip/components/web/ThumbnailWrapper';
8 8
 import { FixedSizeList, FixedSizeGrid } from 'react-window';
9
+
10
+
11
+// import JitsiMeetJS, { JitsiTrackErrors, browser } from '../lib-jitsi-meet';
12
+
13
+import JitsiMeetJS from '../../react/features/base/lib-jitsi-meet';
14
+
15
+
16
+
17
+
9 18
 // C:\bspace\repos\jc8\jitsi-meet\react\features\filmstrip\components\web\ThumbnailWrapper
10 19
 
11 20
 import * as vl from '../../react/features/video-layout';
@@ -16,4 +25,5 @@ import * as vl from '../../react/features/video-layout';
16 25
 if (!window.glob_dbg){
17 26
 	window.glob_dbg = {defined:"hookimports"}
18 27
 }
19
-window.glob_dbg.i={fs,rfs,vl,ThumbnailWrapper,react_filmstrip,FixedSizeList, FixedSizeGrid}
28
+window.glob_dbg.i={fs,rfs,vl,ThumbnailWrapper,react_filmstrip,FixedSizeList, FixedSizeGrid,
29
+JitsiMeetJSm}

正在加载...
取消
保存