Defines a video statistics object for the Stats property of a VideoNetworkStatsEventArgs object. More...
Public Attributes | |
string | ConnectionId |
The connection ID of the subscribing client (in a routed session). More... | |
string | SubscriberId |
The ID of the subscribing client's subscriber to the stream (in a relayed session). More... |
Properties | |
Int64 | PacketsLost [get] |
The total number of video packets lost by the publisher. | |
Int64 | PacketsSent [get] |
The total number of video packets sent by the publisher. | |
Int64 | BytesSent [get] |
The total number of video bytes sent by the publisher. | |
Double | Timestamp [get] |
The timestamp for when these stats were gathered. | |
Double | StartTime [get] |
The timestamp from which the cumulative totals started accumulating. |
Defines a video statistics object for the Stats property of a VideoNetworkStatsEventArgs object.
string OpenTok.Publisher.VideoNetworkStats.ConnectionId |
The connection ID of the subscribing client (in a routed session).
string OpenTok.Publisher.VideoNetworkStats.SubscriberId |
The ID of the subscribing client's subscriber to the stream (in a relayed session).
In a routed session, this is an empty string.