RtcIceCandidatePairStats
data class RtcIceCandidatePairStats(val id: String?, val type: String?, val timestampUs: Double?, val transportId: String?, val requestsSent: BigInteger?, val localCandidateId: String?, val bytesSent: BigInteger?, val bytesDiscardedOnSend: BigInteger?, val priority: BigInteger?, val requestsReceived: BigInteger?, val writable: Boolean?, val remoteCandidateId: String?, val bytesReceived: BigInteger?, val packetsReceived: BigInteger?, val responsesSent: BigInteger?, val packetsDiscardedOnSend: BigInteger?, val nominated: Boolean?, val packetsSent: BigInteger?, val totalRoundTripTime: Double?, val responsesReceived: BigInteger?, val state: String?, val consentRequestsSent: BigInteger?) : RtcStats
Constructors
Link copied to clipboard
constructor(id: String?, type: String?, timestampUs: Double?, transportId: String?, requestsSent: BigInteger?, localCandidateId: String?, bytesSent: BigInteger?, bytesDiscardedOnSend: BigInteger?, priority: BigInteger?, requestsReceived: BigInteger?, writable: Boolean?, remoteCandidateId: String?, bytesReceived: BigInteger?, packetsReceived: BigInteger?, responsesSent: BigInteger?, packetsDiscardedOnSend: BigInteger?, nominated: Boolean?, packetsSent: BigInteger?, totalRoundTripTime: Double?, responsesReceived: BigInteger?, state: String?, consentRequestsSent: BigInteger?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard