Click or drag to resize

ConnectionStats Properties

The ConnectionStats type exposes the following members.

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
See Also