Package | Description |
---|---|
org.jivesoftware.smackx.jingleold.nat |
TODO describe me.
|
Modifier and Type | Field and Description |
---|---|
static TransportCandidate.Channel |
TransportCandidate.Channel.MYRTCPVOICE |
static TransportCandidate.Channel |
TransportCandidate.Channel.MYRTPVOICE |
Modifier and Type | Method and Description |
---|---|
static TransportCandidate.Channel |
TransportCandidate.Channel.fromString(String value)
Returns the MediaChannel constant associated with the String value.
|
TransportCandidate.Channel |
ICECandidate.getChannel()
Get the channel.
|
Modifier and Type | Method and Description |
---|---|
void |
ICECandidate.setChannel(TransportCandidate.Channel channel)
Set the channel for this transportElement.
|