|
@@ -122,7 +122,7 @@ var config = {
|
122
|
122
|
// Valid values are in the range 6000 to 510000
|
123
|
123
|
// opusMaxAverageBitrate: 20000,
|
124
|
124
|
|
125
|
|
- // Enables redundancy for Opus
|
|
125
|
+ // Enables support for opus-red (redundancy for Opus).
|
126
|
126
|
// enableOpusRed: false
|
127
|
127
|
|
128
|
128
|
// Video
|
|
@@ -304,18 +304,11 @@ var config = {
|
304
|
304
|
// Disables or enables RTX (RFC 4588) (defaults to false).
|
305
|
305
|
// disableRtx: false,
|
306
|
306
|
|
307
|
|
- // Disables or enables TCC (the default is in Jicofo and set to true)
|
308
|
|
- // (draft-holmer-rmcat-transport-wide-cc-extensions-01). This setting
|
309
|
|
- // affects congestion control, it practically enables send-side bandwidth
|
310
|
|
- // estimations.
|
|
307
|
+ // Disables or enables TCC support in this client (default: enabled).
|
311
|
308
|
// enableTcc: true,
|
312
|
309
|
|
313
|
|
- // Disables or enables REMB (the default is in Jicofo and set to false)
|
314
|
|
- // (draft-alvestrand-rmcat-remb-03). This setting affects congestion
|
315
|
|
- // control, it practically enables recv-side bandwidth estimations. When
|
316
|
|
- // both TCC and REMB are enabled, TCC takes precedence. When both are
|
317
|
|
- // disabled, then bandwidth estimations are disabled.
|
318
|
|
- // enableRemb: false,
|
|
310
|
+ // Disables or enables REMB support in this client (default: enabled).
|
|
311
|
+ // enableRemb: true,
|
319
|
312
|
|
320
|
313
|
// Enables ICE restart logic in LJM and displays the page reload overlay on
|
321
|
314
|
// ICE failure. Current disabled by default because it's causing issues with
|