Class RTCIceCandidatePairStats
Inheritance
RTCIceCandidatePairStats
Syntax
public class RTCIceCandidatePairStats : RTCStats
Properties
availableIncomingBitrate
Declaration
public double availableIncomingBitrate { get; }
Property Value
availableOutgoingBitrate
Declaration
public double availableOutgoingBitrate { get; }
Property Value
bytesReceived
Declaration
public ulong bytesReceived { get; }
Property Value
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
consentRequestsReceived
Declaration
public ulong consentRequestsReceived { get; }
Property Value
consentRequestsSent
Declaration
public ulong consentRequestsSent { get; }
Property Value
consentResponsesReceived
Declaration
public ulong consentResponsesReceived { get; }
Property Value
consentResponsesSent
Declaration
public ulong consentResponsesSent { get; }
Property Value
currentRoundTripTime
Declaration
public double currentRoundTripTime { get; }
Property Value
localCandidateId
Declaration
public string localCandidateId { get; }
Property Value
nominated
Declaration
public bool nominated { get; }
Property Value
priority
Declaration
public ulong priority { get; }
Property Value
readable
Declaration
public bool readable { get; }
Property Value
remoteCandidateId
Declaration
public string remoteCandidateId { get; }
Property Value
requestsReceived
Declaration
public ulong requestsReceived { get; }
Property Value
requestsSent
Declaration
public ulong requestsSent { get; }
Property Value
responsesReceived
Declaration
public ulong responsesReceived { get; }
Property Value
responsesSent
Declaration
public ulong responsesSent { get; }
Property Value
retransmissionsReceived
Declaration
public ulong retransmissionsReceived { get; }
Property Value
retransmissionsSent
Declaration
public ulong retransmissionsSent { get; }
Property Value
state
Declaration
public string state { get; }
Property Value
totalRoundTripTime
Declaration
public double totalRoundTripTime { get; }
Property Value
transportId
Declaration
public string transportId { get; }
Property Value
writable
Declaration
public bool writable { get; }
Property Value