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

pull/121/head
pabloFuente 2018-09-24 17:40:24 +02:00
parent bab46cdf8b
commit 68d704ab33
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ export class OpenviduInstanceComponent implements OnInit, OnChanges, OnDestroy {
tokenOptions: TokenOptions = { tokenOptions: TokenOptions = {
role: OpenViduRole.PUBLISHER, role: OpenViduRole.PUBLISHER,
kurentoOptions: { kurentoOptions: {
videoMaxRecvBandwidth: 600, videoMaxRecvBandwidth: 1000,
videoMinRecvBandwidth: 300, videoMinRecvBandwidth: 300,
videoMaxSendBandwidth: 600, videoMaxSendBandwidth: 1000,
videoMinSendBandwidth: 300, videoMinSendBandwidth: 300,
allowedFilters: [] allowedFilters: []
} }