Defines an audio statistics object for the Stats property of a AudioNetworkStatsEventArgs object. More...

Public Attributes
string ConnectionId
The connection ID of the subscribing client (in a routed session).
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 audio packets lost by the publisher.
Int64 PacketsSent [get]
The total number of audio packets sent by the publisher.
Int64 BytesSent [get]
The total number of audio 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.
TransportStats Transport [get]
Transport/network statistics for the connection.

Detailed Description

Defines an audio statistics object for the Stats property of a AudioNetworkStatsEventArgs object.

Member Data Documentation

SubscriberId

string OpenTok.Publisher.AudioNetworkStats.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.