Modifier and Type | Method and Description |
---|---|
RTCStatsIceCandidateType |
RTCIceCandidateAttributes.getCandidateType()
get The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
|
static RTCStatsIceCandidateType |
RTCStatsIceCandidateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTCStatsIceCandidateType[] |
RTCStatsIceCandidateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RTCIceCandidateAttributes.setCandidateType(RTCStatsIceCandidateType candidateType)
set The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
|
Constructor and Description |
---|
RTCIceCandidateAttributes(String id,
StatsType type,
double timestamp,
String ipAddress,
long portNumber,
String transport,
RTCStatsIceCandidateType candidateType,
long priority,
String addressSourceUrl)
Create a RTCIceCandidateAttributes
|
Copyright © 2018 Kurento. All rights reserved.