Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): Move 'disableRtx', 'enableRemb' and 'enableTcc' to undocumented settings. #14197

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(config): Move 'disableRtx', 'enableRemb' and 'enableTcc' to undoc…
…umented settings.
jallamsetty1 committed Jan 4, 2024
commit 654671c5d1172930c8c6974eb8a22593171439dc
12 changes: 3 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
@@ -562,18 +562,9 @@ var config = {
// appURL: 'https://unlimited.recordings.app.com/',
// },

// Disables or enables RTX (RFC 4588) (defaults to false).
// disableRtx: false,

// Moves all Jitsi Meet 'beforeunload' logic (cleanup, leaving, disconnecting, etc) to the 'unload' event.
// disableBeforeUnloadHandlers: true,

// Disables or enables TCC support in this client (default: enabled).
// enableTcc: true,

// Disables or enables REMB support in this client (default: enabled).
// enableRemb: true,

// Enables ICE restart logic in LJM and displays the page reload overlay on
// ICE failure. Current disabled by default because it's causing issues with
// signaling when Octo is enabled. Also when we do an "ICE restart"(which is
@@ -1527,7 +1518,10 @@ var config = {
disableHPF
disableLocalStats
disableNS
disableRtx
enableRemb
enableTalkWhileMuted
enableTcc
forceTurnRelay
hiddenDomain
hiddenFromRecorderFeatureEnabled