Procházet zdrojové kódy

auto acp scripted

dev
jfinn před 5 roky
rodič
revize
43287d91e0
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3
    1
      rdev/jc2.js

+ 3
- 1
rdev/jc2.js Zobrazit soubor

@@ -12,7 +12,9 @@ import { shouldDisplayTileView,calcTileGrid,getMaxColumnCount } from '../react/f
12 12
 import * as  video_layout from '../react/features/video-layout';
13 13
 import * as base_conference from '../react/features/base/conference';
14 14
 import * as toolbox from '../react/features/toolbox';
15
+import * as SharedVideoManagerx from '../modules/UI/shared_video/SharedVideo';
15 16
 // import * as auth from '../react/features/authentication';
17
+// C:\bspace\repos\jc2\jitsi_corner2\modules\UI\shared_video\SharedVideo.js
16 18
 // LocalVideo
17 19
 // C:\bspace\repos\jc2\jitsi_corner2\react\features\authentication\middleware.js
18 20
 
@@ -24,7 +26,7 @@ window.glob_react = window.glob_react || {"i":"jc2"}
24 26
 // }
25 27
 
26 28
 Object.assign(window.glob_react, {
27
-	Filmstrip,fs,rf_filmstrip,video_layout,base_conference,toolbox,
29
+	Filmstrip,fs,rf_filmstrip,video_layout,base_conference,toolbox,SharedVideoManagerx
28 30
 	vidClass:{SmallVideo,LocalVideo,RemoteVideo},
29 31
 	fns:{shouldDisplayTileView,calcTileGrid,TILE_ASPECT_RATIO:rf_filmstrip.TILE_ASPECT_RATIO,getMaxColumnCount},
30 32
 

Načítá se…
Zrušit
Uložit