Click or drag to resize

CandidatePairStats Class

Candidate pair stats.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The CandidatePairStats type exposes the following members.

Constructors
  NameDescription
Public methodCandidatePairStats
Initializes a new instance of the CandidatePairStats class
Top
Properties
  NameDescription
Public propertyBytesReceived
Gets the number of bytes received.
Public propertyBytesSent
Gets the number of bytes sent.
Public propertyConsentRequestsReceived
Gets the number of consent requests received.
Public propertyConsentRequestsSent
Gets the number of consent requests sent.
Public propertyConsentResponsesReceived
Gets the number of consent responses received.
Public propertyConsentResponsesSent
Gets the number of consent responses sent.
Public propertyCurrentRoundTripTime
Gets the current round trip time in milliseconds.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyLocalCandidateId
Gets the local candidate identifier.
Public propertyNominated
Gets whether the candidate pair is nominated.
Public propertyPriority
Gets the priority.
Public propertyRemoteCandidateId
Gets the remote candidate identifier.
Public propertyRequestsSent
Gets the number of requests sent.
Public propertyResponsesReceived
Gets the number of responses received.
Public propertyState
Gets the state.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Public propertyTotalRoundTripTime
Gets the total round trip time in milliseconds.
Public propertyTransportId
Gets the transport identifier.
Top
Methods
See Also