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.
SenderStats SenderStats [get]
Sender-side network estimation stats. More...

Detailed Description

Defines arguments for AudioStatsUpdated events.

Property Documentation

SenderStats

Sender-side network estimation stats.

This property is deprecated. Use SubscriberMediaLinkStats instead, which provides complete network metrics including visibility into the remote publisher's transport performance and network degradation attribution. This property may be null if stats are not available. Due to network latency, sender statistics may not be immediately available after the initial stats request.