Skip to main content
Version: v1.39.0

RemoteAudioStats

WebRTC stats from a remote audio stream

Properties​

audioLevel?​

optional audioLevel: number

Represents the audio level of receiving audio, and the value is between 0 and 1


bytesReceived?​

optional bytesReceived: number

The total number of audio bytes received


concealedSamples?​

optional concealedSamples: number

The total number of audio samples that have been concealed


concealmentEvents?​

optional concealmentEvents: number

The total number of concealment events


headerBytesReceived?​

optional headerBytesReceived: number

The number of RTP header bytes received


insertedSamplesForDeceleration?​

optional insertedSamplesForDeceleration: number

This is the counter of audio samples inserted to slow down playout


jitter?​

optional jitter: number

The jitter measured in seconds for this audio source


jitterBufferDelay?​

optional jitterBufferDelay: number

Represents the sum of time in seconds that packets buffered in jitter buffer


jitterBufferEmittedCount?​

optional jitterBufferEmittedCount: number

The total number of samples that have come out of the jitter buffer


nackCount?​

optional nackCount: number

The NACK count sent for receiving audio


networkQuality?​

optional networkQuality: NetworkQuality

The network quality associated with receiving remote audio


packetsDiscarded?​

optional packetsDiscarded: number

The number of audio RTP packets discarded


packetsLost?​

optional packetsLost: number

The number of audio RTP packets lost


packetsReceived?​

optional packetsReceived: number

The number of audio packets received


removedSamplesForAcceleration?​

optional removedSamplesForAcceleration: number

This is the counter of audio samples removed to speed up playout


silentConcealedSamples?​

optional silentConcealedSamples: number

The total number of samples that are silent concealed samples


totalSamplesReceived?​

optional totalSamplesReceived: number

The total number of audio samples received