Skip to content

Commit

Permalink
fix(config): Move 'disableRtx', 'enableRemb' and 'enableTcc' to undoc…
Browse files Browse the repository at this point in the history
…umented settings.
  • Loading branch information
jallamsetty1 committed Jan 4, 2024
1 parent 89dd85d commit 654671c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1527,7 +1518,10 @@ var config = {
disableHPF
disableLocalStats
disableNS
disableRtx
enableRemb
enableTalkWhileMuted
enableTcc
forceTurnRelay
hiddenDomain
hiddenFromRecorderFeatureEnabled
Expand Down

0 comments on commit 654671c

Please sign in to comment.