public static class TransportCandidate.Channel extends Object
Modifier and Type | Field and Description |
---|---|
static TransportCandidate.Channel |
MYRTCPVOICE |
static TransportCandidate.Channel |
MYRTPVOICE |
Constructor and Description |
---|
TransportCandidate.Channel(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static TransportCandidate.Channel |
fromString(String value)
Returns the MediaChannel constant associated with the String value.
|
boolean |
isNull()
Return true if the channel is not valid.
|
String |
toString() |
public static final TransportCandidate.Channel MYRTPVOICE
public static final TransportCandidate.Channel MYRTCPVOICE
public TransportCandidate.Channel(String value)
public static TransportCandidate.Channel fromString(String value)
public boolean isNull()