|
@@ -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}
|