|
|
|
@ -13,11 +13,12 @@ import React, { |
|
|
|
|
} from 'react'; |
|
|
|
|
import { View, ViewStyle } from 'react-native'; |
|
|
|
|
|
|
|
|
|
import type { IRoomsInfo } from '../react/features/breakout-rooms/types'; |
|
|
|
|
|
|
|
|
|
import { appNavigate } from './react/features/app/actions.native'; |
|
|
|
|
import { App } from './react/features/app/components/App.native'; |
|
|
|
|
import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions'; |
|
|
|
|
import { getRoomsInfo } from './react/features/breakout-rooms/functions'; |
|
|
|
|
import type { IRoomsInfo } from '../react/features/breakout-rooms/types'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface IEventListeners { |
|
|
|
|