Explorar el Código

auto commit

dev8
jfinn hace 3 años
padre
commit
d523cfb8c4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      rdev/hooks/hookImports1.js

+ 3
- 2
rdev/hooks/hookImports1.js Ver fichero

@@ -8,6 +8,7 @@ import * as ThumbnailWrapper from '../../react/features/filmstrip/components/web
8 8
 import { FixedSizeList, FixedSizeGrid } from 'react-window';
9 9
 
10 10
 
11
+import * as tracks from '../../react/features/base/tracks';
11 12
 // import JitsiMeetJS, { JitsiTrackErrors, browser } from '../lib-jitsi-meet';
12 13
 
13 14
 import JitsiMeetJS from '../../react/features/base/lib-jitsi-meet';
@@ -27,9 +28,9 @@ import * as vl from '../../react/features/video-layout';
27 28
 if (!window.glob_dbg){
28 29
 	window.glob_dbg = {defined:"hookimports"}
29 30
 }
30
-window.glob_dbg.v = 2
31
+window.glob_dbg.v = 3
31 32
 window.glob_dbg.i={fs,rfs,vl,ThumbnailWrapper,react_filmstrip,FixedSizeList, FixedSizeGrid,
32 33
 JitsiMeetJS,
33
-
34
+tracks,
34 35
 }
35 36
 // RTCUtils,

Loading…
Cancelar
Guardar