fix(config): Document testing.failICE

This commit is contained in:
Hristo Terezov
2025-01-15 11:02:49 -06:00
parent c1cbd37d87
commit e7db943b73
3 changed files with 3 additions and 1 deletions

View File

@@ -107,6 +107,8 @@ var config = {
// Log the audio levels.
// debugAudioLevels: true,
// Will replace ice candidates IPs with invalid ones in order to fail ice.
// failICE: true,
},
// Disables moderator indicators.

View File

@@ -573,6 +573,7 @@ export interface IConfig {
assumeBandwidth?: boolean;
debugAudioLevels?: boolean;
dumpTranscript?: boolean;
failICE?: boolean;
noAutoPlayVideo?: boolean;
p2pTestMode?: boolean;
skipInterimTranscriptions?: boolean;

View File

@@ -147,7 +147,6 @@ export default [
'enableTcc',
'enableAutomaticUrlCopy',
'faceLandmarks',
'failICE',
'feedbackPercentage',
'fileRecordingsEnabled',
'filmstrip',