public class IceCandidateStats extends Object
Modifier and Type | Field and Description |
---|---|
String |
candidateType
Candidate type.
|
boolean |
deleted
The candidate is no longer active.
|
String |
ip
IP address of the candidate.
|
boolean |
isRemote
True indicates remote candidate and false indicates local candidate.
|
int |
port
Port number of the candidate.
|
int |
priority
Priority as defined in RFC 5245.
|
String |
protocol
Transport of the candidate, valid values are udp or tcp.
|
String |
transportId
Unique identifier of the underlying candidate.
|
String |
url
The URL of the TURN or STUN server.
|
public final String transportId
public final boolean isRemote
public final String ip
public final int port
public final String protocol
public final String candidateType
public final int priority
public final String url
public final boolean deleted
5.3.0