|
@@ -13,11 +13,12 @@ import React, {
|
13
|
13
|
} from 'react';
|
14
|
14
|
import { View, ViewStyle } from 'react-native';
|
15
|
15
|
|
|
16
|
+import type { IRoomsInfo } from '../react/features/breakout-rooms/types';
|
|
17
|
+
|
16
|
18
|
import { appNavigate } from './react/features/app/actions.native';
|
17
|
19
|
import { App } from './react/features/app/components/App.native';
|
18
|
20
|
import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions';
|
19
|
21
|
import { getRoomsInfo } from './react/features/breakout-rooms/functions';
|
20
|
|
-import type { IRoomsInfo } from '../react/features/breakout-rooms/types';
|
21
|
22
|
|
22
|
23
|
|
23
|
24
|
interface IEventListeners {
|