Class RtcIceCandidatePairStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcStats
public final class RtcIceCandidatePairStats implements RtcStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RtcIceCandidatePairStats(String id, String type, Double timestampUs, String transportId, BigInteger requestsSent, String localCandidateId, BigInteger bytesSent, BigInteger bytesDiscardedOnSend, BigInteger priority, BigInteger requestsReceived, Boolean writable, String remoteCandidateId, BigInteger bytesReceived, BigInteger packetsReceived, BigInteger responsesSent, BigInteger packetsDiscardedOnSend, Boolean nominated, BigInteger packetsSent, Double totalRoundTripTime, BigInteger responsesReceived, String state, BigInteger consentRequestsSent)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()final StringgetTransportId()final BigIntegergetRequestsSent()final StringgetLocalCandidateId()final BigIntegergetBytesSent()final BigIntegergetBytesDiscardedOnSend()final BigIntegergetPriority()final BigIntegergetRequestsReceived()final BooleangetWritable()final StringgetRemoteCandidateId()final BigIntegergetBytesReceived()final BigIntegergetPacketsReceived()final BigIntegergetResponsesSent()final BigIntegergetPacketsDiscardedOnSend()final BooleangetNominated()final BigIntegergetPacketsSent()final DoublegetTotalRoundTripTime()final BigIntegergetResponsesReceived()final StringgetState()final BigIntegergetConsentRequestsSent()-
-
Constructor Detail
-
RtcIceCandidatePairStats
RtcIceCandidatePairStats(String id, String type, Double timestampUs, String transportId, BigInteger requestsSent, String localCandidateId, BigInteger bytesSent, BigInteger bytesDiscardedOnSend, BigInteger priority, BigInteger requestsReceived, Boolean writable, String remoteCandidateId, BigInteger bytesReceived, BigInteger packetsReceived, BigInteger responsesSent, BigInteger packetsDiscardedOnSend, Boolean nominated, BigInteger packetsSent, Double totalRoundTripTime, BigInteger responsesReceived, String state, BigInteger consentRequestsSent)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
final String getTransportId()
-
getRequestsSent
final BigInteger getRequestsSent()
-
getLocalCandidateId
final String getLocalCandidateId()
-
getBytesSent
final BigInteger getBytesSent()
-
getBytesDiscardedOnSend
final BigInteger getBytesDiscardedOnSend()
-
getPriority
final BigInteger getPriority()
-
getRequestsReceived
final BigInteger getRequestsReceived()
-
getWritable
final Boolean getWritable()
-
getRemoteCandidateId
final String getRemoteCandidateId()
-
getBytesReceived
final BigInteger getBytesReceived()
-
getPacketsReceived
final BigInteger getPacketsReceived()
-
getResponsesSent
final BigInteger getResponsesSent()
-
getPacketsDiscardedOnSend
final BigInteger getPacketsDiscardedOnSend()
-
getNominated
final Boolean getNominated()
-
getPacketsSent
final BigInteger getPacketsSent()
-
getTotalRoundTripTime
final Double getTotalRoundTripTime()
-
getResponsesReceived
final BigInteger getResponsesReceived()
-
getConsentRequestsSent
final BigInteger getConsentRequestsSent()
-
-
-
-