public class IceCandidateStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
candidateType
Candidate type.
|
boolean |
deleted
The candidate is no longer active.
|
java.lang.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.
|
java.lang.String |
protocol
Transport of the candidate, valid values are udp or tcp.
|
java.lang.String |
transportId
Unique identifier of the underlying candidate.
|
java.lang.String |
url
The URL of the TURN or STUN server.
|
Constructor and Description |
---|
IceCandidateStats(java.lang.String transportId,
boolean isRemote,
java.lang.String ip,
int port,
java.lang.String protocol,
java.lang.String candidateType,
int priority,
java.lang.String url,
boolean deleted) |
@NonNull public final java.lang.String transportId
public final boolean isRemote
@NonNull public final java.lang.String ip
public final int port
@NonNull public final java.lang.String protocol
@NonNull public final java.lang.String candidateType
public final int priority
@Nullable public final java.lang.String url
public final boolean deleted
6.0.0