public class KurentoOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KurentoOptions.Builder
Builder for
KurentoOptions |
| Constructor and Description |
|---|
KurentoOptions(Integer videoMaxRecvBandwidth,
Integer videoMinRecvBandwidth,
Integer videoMaxSendBandwidth,
Integer videoMinSendBandwidth,
String[] allowedFilters) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllowedFilters()
Defines the names of the filters the user owning the token will be able to
apply.
|
Integer |
getVideoMaxRecvBandwidth()
Defines the maximum number of Kbps that the client owning the token will be
able to receive from Kurento Media Server.
|
Integer |
getVideoMaxSendBandwidth()
Defines the maximum number of Kbps that the client owning the token will be
able to send to Kurento Media Server.
|
Integer |
getVideoMinRecvBandwidth()
Defines the minimum number of Kbps that the client owning the token will try
to receive from Kurento Media Server.
|
Integer |
getVideoMinSendBandwidth()
Defines the minimum number of Kbps that the client owning the token will try
to send to Kurento Media Server.
|
public Integer getVideoMaxRecvBandwidth()
openvidu.streams.video.max-recv-bandwidth) for every incoming
stream of the user owning the token. public Integer getVideoMinRecvBandwidth()
openvidu.streams.video.min-recv-bandwidth) for every incoming
stream of the user owning the token.public Integer getVideoMaxSendBandwidth()
openvidu.streams.video.max-send-bandwidth) for every outgoing
stream of the user owning the token. public Integer getVideoMinSendBandwidth()
openvidu.streams.video.min-send-bandwidth) for every outgoing
stream of the user owning the token.public String[] getAllowedFilters()
Copyright © 2020 OpenVidu. All rights reserved.