Click or drag to resize

ConnectionStats Class

Connection stats.
Inheritance Hierarchy

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

The ConnectionStats type exposes the following members.

Constructors
  NameDescription
Public methodConnectionStats
Initializes a new instance of the ConnectionStats class
Top
Properties
  NameDescription
Public propertyAudioStream
Gets the first audio stream's stats.
Public propertyAudioStreams
Gets the audio streams' stats.
Public propertyDataStream
Gets the data stream's stats.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyIsHost
Gets whether any of the streams are using a transport whose active candidate pair has a host candidate.
Public propertyIsReflexive
Gets whether any of the streams are using a transport whose active candidate pair has a reflexive candidate.
Public propertyIsRelayed
Gets whether any of the streams are using a transport whose active candidate pair has a relayed candidate.
Public propertyMediaStream
Gets the first media stream's stats.
Public propertyMediaStreams
Gets the media streams' stats.
Public propertyStreams
Gets the streams' stats.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Public propertyVideoStream
Gets the first video stream's stats.
Public propertyVideoStreams
Gets the video streams' stats.
Top
Methods
See Also