feat: Add 'useNewBandwidthAllocationStrategy' to config.js.
This commit is contained in:
parent
bfd093b0ba
commit
c11a94f7d7
|
@ -240,6 +240,12 @@ var config = {
|
||||||
// 90: 2
|
// 90: 2
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
// Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
|
||||||
|
// 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
|
||||||
|
// that invokes the new bandwidth allocation algorithm in the bridge which is described here
|
||||||
|
// - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
|
||||||
|
// useNewBandwidthAllocationStrategy: false,
|
||||||
|
|
||||||
// Specify the settings for video quality optimizations on the client.
|
// Specify the settings for video quality optimizations on the client.
|
||||||
// videoQuality: {
|
// videoQuality: {
|
||||||
// // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
|
// // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
|
||||||
|
|
Loading…
Reference in New Issue