mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: default max video bandwidth from 600 to 1000
parent
bab46cdf8b
commit
68d704ab33
|
@ -121,9 +121,9 @@ export class OpenviduInstanceComponent implements OnInit, OnChanges, OnDestroy {
|
|||
tokenOptions: TokenOptions = {
|
||||
role: OpenViduRole.PUBLISHER,
|
||||
kurentoOptions: {
|
||||
videoMaxRecvBandwidth: 600,
|
||||
videoMaxRecvBandwidth: 1000,
|
||||
videoMinRecvBandwidth: 300,
|
||||
videoMaxSendBandwidth: 600,
|
||||
videoMaxSendBandwidth: 1000,
|
||||
videoMinSendBandwidth: 300,
|
||||
allowedFilters: []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue