mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Remove callstats (#14076)
* ref: Remove precall test. * ref: Remove callstats. * Remove the dependency on react-native-callstats.
This commit is contained in:
@@ -2,14 +2,13 @@ import React, { ComponentType } from 'react';
|
||||
import { batch } from 'react-redux';
|
||||
|
||||
import BaseApp from '../../../base/app/components/BaseApp';
|
||||
import { getConferenceOptions } from '../../../base/conference/functions';
|
||||
import { setConfig } from '../../../base/config/actions';
|
||||
import { createPrejoinTracks } from '../../../base/tracks/functions.web';
|
||||
import GlobalStyles from '../../../base/ui/components/GlobalStyles.web';
|
||||
import JitsiThemeProvider from '../../../base/ui/components/JitsiThemeProvider.web';
|
||||
import DialogContainer from '../../../base/ui/components/web/DialogContainer';
|
||||
import { setupInitialDevices } from '../../../conference/actions.web';
|
||||
import { initPrejoin, makePrecallTest } from '../../actions.web';
|
||||
import { initPrejoin } from '../../actions.web';
|
||||
|
||||
import PrejoinThirdParty from './PrejoinThirdParty';
|
||||
|
||||
@@ -67,7 +66,6 @@ export default class PrejoinApp extends BaseApp<Props> {
|
||||
|
||||
batch(() => {
|
||||
dispatch?.(initPrejoin(tracks, errors));
|
||||
store && dispatch?.(makePrecallTest(getConferenceOptions(store.getState())));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user