Bläddra i källkod

fix: Fixes import warnings.

master
damencho 4 år sedan
förälder
incheckning
37e7919fd1
2 ändrade filer med 6 tillägg och 4 borttagningar
  1. 5
    3
      modules/API/API.js
  2. 1
    1
      react/features/large-video/middleware.js

+ 5
- 3
modules/API/API.js Visa fil

37
 import { toggleE2EE } from '../../react/features/e2ee/actions';
37
 import { toggleE2EE } from '../../react/features/e2ee/actions';
38
 import { invite } from '../../react/features/invite';
38
 import { invite } from '../../react/features/invite';
39
 import {
39
 import {
40
-    captureLargeVideoScreenshot,
41
-    resizeLargeVideo,
42
     selectParticipantInLargeVideo
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
 import { toggleLobbyMode } from '../../react/features/lobby/actions';
46
 import { toggleLobbyMode } from '../../react/features/lobby/actions';
45
 import { RECORDING_TYPES } from '../../react/features/recording/constants';
47
 import { RECORDING_TYPES } from '../../react/features/recording/constants';
46
 import { getActiveSession } from '../../react/features/recording/functions';
48
 import { getActiveSession } from '../../react/features/recording/functions';

+ 1
- 1
react/features/large-video/middleware.js Visa fil

17
     TRACK_UPDATED
17
     TRACK_UPDATED
18
 } from '../base/tracks';
18
 } from '../base/tracks';
19
 
19
 
20
-import { selectParticipant, selectParticipantInLargeVideo } from './actions';
20
+import { selectParticipant, selectParticipantInLargeVideo } from './actions.any';
21
 import logger from './logger';
21
 import logger from './logger';
22
 
22
 
23
 import './subscriber';
23
 import './subscriber';

Laddar…
Avbryt
Spara