Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.Subscriber.VideoNetworkStatsEventArgs

Defines arguments for VideoStatsUpdated events. More...

Inherits EventArgs.

Properties

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

Detailed Description

Defines arguments for VideoStatsUpdated events.