Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.Publisher.AudioNetworkStats

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). 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 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.

Detailed Description

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

Member Data Documentation

◆ ConnectionId

string OpenTok.Publisher.AudioNetworkStats.ConnectionId

The connection ID of the subscribing client (in a routed session).

◆ 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.