Skip to content

Commit

Permalink
ref: Remove PrecallTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Nov 20, 2023
1 parent bd98ecd commit 0e560fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 138 deletions.
6 changes: 1 addition & 5 deletions JitsiMeetJS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import ProxyConnectionService
import recordingConstants from './modules/recording/recordingConstants';
import Settings from './modules/settings/Settings';
import LocalStatsCollector from './modules/statistics/LocalStatsCollector';
import precallTest from './modules/statistics/PrecallTest';
import Statistics from './modules/statistics/statistics';
import GlobalOnErrorHandler from './modules/util/GlobalOnErrorHandler';
import ScriptUtil from './modules/util/ScriptUtil';
Expand Down Expand Up @@ -549,6 +548,7 @@ export default {
'StackTrace: ', error);
Statistics.reportGlobalError(error);
},
/* eslint-enable max-params */

/**
* Informs lib-jitsi-meet about the current network status.
Expand All @@ -561,10 +561,6 @@ export default {
NetworkInfo.updateNetworkInfo({ isOnline });
},

precallTest,

/* eslint-enable max-params */

/**
* Represents a hub/namespace for utility functionality which may be of
* interest to lib-jitsi-meet clients.
Expand Down
133 changes: 0 additions & 133 deletions modules/statistics/PrecallTest.js

This file was deleted.

0 comments on commit 0e560fc

Please sign in to comment.