Click or drag to resize

CollaborationStatistics Properties

The CollaborationStatistics type exposes the following members.

Properties
  NameDescription
Public propertyActualBitRate
Actual sent/received bit rate per second. If actual bit rate is not known the property returns -1 value.
Public propertyActualFrameRate
Actual sent/received frame rate in frames per second. If actual frame rate is not known the property returns -1 value.
Public propertyCodec
Video codec.
Public propertyJitterBufferMilliseconds
Actual send/receive side jitter in milliseconds. If jitter buffer milliseconds is not known the property returns -1 value.
Public propertyPacketLossCount
Total number of packets lost in transmit/receive direction. If packet loss count is not known the property returns -1 value.
Public propertyPacketLossPercentage
Percentage of packets lost in transmit/receive direction. If packet loss percentage is not known the property returns -1 value.
Public propertyResolutionHeight
Height of the sent/received video stream. If resolution height is not known the property returns -1 value.
Public propertyResolutionWidth
Width of the sent/received video stream. If resolution width is not known the property returns -1 value.
Public propertyRoundTripTimeMilliseconds
Round Trip Time. If round trip time is not known the property returns -1 value.
Public propertyTargetBitRate
Target sent/received bit rate per second. If target bit rate is not known the property returns -1 value.
Top
See Also