openvidu-testapp: default max video bandwidth from 600 to 1000

This commit is contained in:
pabloFuente 2018-09-24 17:40:24 +02:00
parent bab46cdf8b
commit 68d704ab33

View File

@ -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: []
}