pull/14146/head jitsi-meet_9146
Abbas Al-Mansoori 1 year ago committed by Calinteodor
parent 1bc50ea71c
commit 4c6cadea6d
  1. 3
      react-native-sdk/index.tsx

@ -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 {

Loading…
Cancel
Save