Selaa lähdekoodia

feat: Add 'useNewBandwidthAllocationStrategy' to config.js.

j8
Jaya Allamsetty 4 vuotta sitten
vanhempi
commit
c11a94f7d7
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6
    0
      config.js

+ 6
- 0
config.js Näytä tiedosto

@@ -240,6 +240,12 @@ var config = {
240 240
     //     90: 2
241 241
     // },
242 242
 
243
+    // Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
244
+    // 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
245
+    // that invokes the new bandwidth allocation algorithm in the bridge which is described here
246
+    // - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
247
+    // useNewBandwidthAllocationStrategy: false,
248
+
243 249
     // Specify the settings for video quality optimizations on the client.
244 250
     // videoQuality: {
245 251
     //    // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified

Loading…
Peruuta
Tallenna