Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.Publisher.VideoNetworkStats

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.

Detailed Description

Defines a video statistics object for the Stats property of a VideoNetworkStatsEventArgs object.

Member Data Documentation

◆ ConnectionId

string OpenTok.Publisher.VideoNetworkStats.ConnectionId

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

◆ SubscriberId

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.