CollaborationStatistics Class |
Namespace: Avaya.ClientServices
public class CollaborationStatistics
The CollaborationStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualBitRate |
Actual sent/received bit rate per second.
If actual bit rate is not known the property returns -1 value.
| |
| ActualFrameRate |
Actual sent/received frame rate in frames per second.
If actual frame rate is not known the property returns -1 value.
| |
| Codec |
Video codec.
| |
| JitterBufferMilliseconds |
Actual send/receive side jitter in milliseconds.
If jitter buffer milliseconds is not known the property returns -1 value.
| |
| PacketLossCount |
Total number of packets lost in transmit/receive direction.
If packet loss count is not known the property returns -1 value.
| |
| PacketLossPercentage |
Percentage of packets lost in transmit/receive direction.
If packet loss percentage is not known the property returns -1 value.
| |
| ResolutionHeight |
Height of the sent/received video stream.
If resolution height is not known the property returns -1 value.
| |
| ResolutionWidth |
Width of the sent/received video stream.
If resolution width is not known the property returns -1 value.
| |
| RoundTripTimeMilliseconds |
Round Trip Time.
If round trip time is not known the property returns -1 value.
| |
| TargetBitRate |
Target sent/received bit rate per second.
If target bit rate is not known the property returns -1 value.
|