Modifier and Type | Method and Description |
---|---|
RTCStatsIceCandidatePairState |
RTCIceCandidatePairStats.getState()
get Represents the state of the checklist for the local and remote candidates in a pair.
|
static RTCStatsIceCandidatePairState |
RTCStatsIceCandidatePairState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTCStatsIceCandidatePairState[] |
RTCStatsIceCandidatePairState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RTCIceCandidatePairStats.setState(RTCStatsIceCandidatePairState state)
set Represents the state of the checklist for the local and remote candidates in a pair.
|
Constructor and Description |
---|
RTCIceCandidatePairStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
String transportId,
String localCandidateId,
String remoteCandidateId,
RTCStatsIceCandidatePairState state,
long priority,
boolean nominated,
boolean writable,
boolean readable,
long bytesSent,
long bytesReceived,
double roundTripTime,
double availableOutgoingBitrate,
double availableIncomingBitrate)
Create a RTCIceCandidatePairStats
|
Copyright © 2020 Kurento. All rights reserved.