openvidu-testapp: default max video bandwidth from 600 to 1000
This commit is contained in:
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…
x
Reference in New Issue
Block a user