Skip to main content
Version: v1.39.0

LocalAudioStats

WebRTC stats from a local audio stream

Properties​

bytesSent?​

optional bytesSent: number

The total number of audio bytes sent, including retransmissions


headerBytesSent?​

optional headerBytesSent: number

The number of RTP header bytes sent


nackCount?​

optional nackCount: number

The NACK count received by SDK for sending audio


networkQuality?​

optional networkQuality: NetworkQuality

The network quality associated with publishing local audio


packetsLost?​

optional packetsLost: number

The number of audio RTP packets lost


packetsSent?​

optional packetsSent: number

The number of audio packets sent


retransmittedBytesSent?​

optional retransmittedBytesSent: number

The number of retransmitted bytes


retransmittedPacketsSent?​

optional retransmittedPacketsSent: number

The number of audio packets retransmitted


totalPacketSendDelay?​

optional totalPacketSendDelay: number

The total time (in seconds) that packets have been buffered locally