Class RTCIceCandidatePairStats
Inheritance
RTCIceCandidatePairStats
Assembly: Unity.WebRTC.dll
Syntax
public class RTCIceCandidatePairStats : RTCStats
Properties
availableIncomingBitrate
Declaration
public double availableIncomingBitrate { get; }
Property Value
availableOutgoingBitrate
Declaration
public double availableOutgoingBitrate { get; }
Property Value
bytesDiscardedOnSend
Declaration
public ulong bytesDiscardedOnSend { get; }
Property Value
bytesReceived
Declaration
public ulong bytesReceived { get; }
Property Value
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
consentRequestsSent
Declaration
public ulong consentRequestsSent { get; }
Property Value
currentRoundTripTime
Declaration
public double currentRoundTripTime { get; }
Property Value
lastPacketReceivedTimestamp
Declaration
public double lastPacketReceivedTimestamp { get; }
Property Value
lastPacketSentTimestamp
Declaration
public double lastPacketSentTimestamp { get; }
Property Value
localCandidateId
Declaration
public string localCandidateId { get; }
Property Value
nominated
Declaration
public bool nominated { get; }
Property Value
packetsDiscardedOnSend
Declaration
public ulong packetsDiscardedOnSend { get; }
Property Value
packetsReceived
Declaration
public ulong packetsReceived { get; }
Property Value
packetsSent
Declaration
public ulong packetsSent { 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
state
Declaration
public string state { get; }
Property Value
totalRoundTripTime
Declaration
public double totalRoundTripTime { get; }
Property Value
transportId
Declaration
public string transportId { get; }
Property Value