|
@@ -37,10 +37,12 @@ import { isEnabled as isDropboxEnabled } from '../../react/features/dropbox';
|
37
|
37
|
import { toggleE2EE } from '../../react/features/e2ee/actions';
|
38
|
38
|
import { invite } from '../../react/features/invite';
|
39
|
39
|
import {
|
40
|
|
- captureLargeVideoScreenshot,
|
41
|
|
- resizeLargeVideo,
|
42
|
40
|
selectParticipantInLargeVideo
|
43
|
|
-} from '../../react/features/large-video/actions';
|
|
41
|
+} from '../../react/features/large-video/actions.any';
|
|
42
|
+import {
|
|
43
|
+ captureLargeVideoScreenshot,
|
|
44
|
+ resizeLargeVideo
|
|
45
|
+} from '../../react/features/large-video/actions.web';
|
44
|
46
|
import { toggleLobbyMode } from '../../react/features/lobby/actions';
|
45
|
47
|
import { RECORDING_TYPES } from '../../react/features/recording/constants';
|
46
|
48
|
import { getActiveSession } from '../../react/features/recording/functions';
|