|
@@ -1,7 +1,9 @@
|
1
|
1
|
// @flow
|
2
|
2
|
|
3
|
|
-import { AbstractAudioMuteButton } from '../base/toolbox';
|
4
|
|
-import type { AbstractButtonProps as Props } from '../base/toolbox';
|
|
3
|
+// We need to reference these files directly to avoid loading things that are not available
|
|
4
|
+// in this environment (e.g. JitsiMeetJS or interfaceConfig)
|
|
5
|
+import AbstractAudioMuteButton from '../base/toolbox/components/AbstractAudioMuteButton';
|
|
6
|
+import type { Props } from '../base/toolbox/components/AbstractButton';
|
5
|
7
|
|
6
|
8
|
const { api } = window.alwaysOnTop;
|
7
|
9
|
const logger = require('jitsi-meet-logger').getLogger(__filename);
|