|
|
@@ -14,7 +14,7 @@ import * as base_conference from '../react/features/base/conference';
|
|
14
|
14
|
import * as toolbox from '../react/features/toolbox';
|
|
15
|
15
|
import SharedVideoManager from '../modules/UI/shared_video/SharedVideo';
|
|
16
|
16
|
import { setPassword } from '../react/features/base/conference';
|
|
17
|
|
-
|
|
|
17
|
+import { updateSettings } from '../react/features/base/settings';
|
|
18
|
18
|
|
|
19
|
19
|
|
|
20
|
20
|
// import * as auth from '../react/features/authentication';
|
|
|
@@ -30,7 +30,7 @@ window.glob_react = window.glob_react || {"i":"jc2"}
|
|
30
|
30
|
// }
|
|
31
|
31
|
|
|
32
|
32
|
Object.assign(window.glob_react, {
|
|
33
|
|
- Filmstrip,fs,rf_filmstrip,video_layout,base_conference,toolbox,SharedVideoManager,
|
|
|
33
|
+ Filmstrip,fs,rf_filmstrip,video_layout,base_conference,toolbox,SharedVideoManager,updateSettings,
|
|
34
|
34
|
vidClass:{SmallVideo,LocalVideo,RemoteVideo},
|
|
35
|
35
|
fns:{shouldDisplayTileView,calcTileGrid,TILE_ASPECT_RATIO:rf_filmstrip.TILE_ASPECT_RATIO,getMaxColumnCount},
|
|
36
|
36
|
|