Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.Subscriber.AudioNetworkStatsEventArgs

Defines arguments for AudioStatsUpdated events. More...

Inherits EventArgs.

Properties

UInt64 PacketsLost [get]
 The total number of audio packets lost by the subscriber.
UInt64 PacketsReceived [get]
 The total number of audio packets received by the subscriber.
UInt64 BytesReceived [get]
 The total number of audio bytes received by the subscriber.
Double Timestamp [get]
 The timestamp for when these stats were gathered.

Detailed Description

Defines arguments for AudioStatsUpdated events.