|
|
@@ -10,7 +10,7 @@ import LocalVideo from '../modules/UI/videolayout/LocalVideo';
|
|
10
|
10
|
import RemoteVideo from '../modules/UI/videolayout/RemoteVideo';
|
|
11
|
11
|
import { shouldDisplayTileView,calcTileGrid,getMaxColumnCount } from '../react/features/video-layout';
|
|
12
|
12
|
import * as video_layout from '../react/features/video-layout';
|
|
13
|
|
-import * as base_conference from '../base/conference';
|
|
|
13
|
+import * as base_conference from '../react/features/base/conference';
|
|
14
|
14
|
// LocalVideo
|
|
15
|
15
|
|
|
16
|
16
|
|