|
@@ -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
|