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.