public class LocalConnectionOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static Text |
BANDWIDTH |
static Text |
CODECS |
static Text |
DTMF_CLAMP |
static Text |
ECHO_CANCELATION |
static Text |
ENCRYPTION_KEY |
static Text |
GAIN_CONTROL |
static Text |
LOCAL_NETWORK |
static Text |
PACKETIZATION_PERIOD |
static Text |
RESOURCE_RESERVATION |
static Text |
SILENCE_SUPPRESSION |
static Text |
TRUE |
static Text |
TYPE_OF_NETWORK |
static Text |
TYPE_OF_SERVICE |
static Text |
WEBRTC |
| Constructor and Description |
|---|
LocalConnectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDtmfClamp() |
int |
getGain() |
boolean |
getIsLocal() |
boolean |
isWebRTC() |
void |
setValue(Text text)
Modifies the value of this parameter.
|
public static final Text CODECS
public static final Text BANDWIDTH
public static final Text PACKETIZATION_PERIOD
public static final Text TYPE_OF_NETWORK
public static final Text TYPE_OF_SERVICE
public static final Text ECHO_CANCELATION
public static final Text GAIN_CONTROL
public static final Text SILENCE_SUPPRESSION
public static final Text RESOURCE_RESERVATION
public static final Text ENCRYPTION_KEY
public static final Text DTMF_CLAMP
public static final Text WEBRTC
public static final Text LOCAL_NETWORK
public static final Text TRUE
public void setValue(Text text)
text - the text view of this parameterpublic int getGain()
public boolean getIsLocal()
public boolean getDtmfClamp()
public boolean isWebRTC()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.