WebRTC Metrics

A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats

Back
On this page2 sections
inbound-rtpinboundaudio

concealedSamples

Last updated Applies toany rtcStats setup

The total number of samples that are concealed samples.

Description

Non-negative integer

MUST NOT exist for video (this is audio only).

The total number of samples that are concealed samples.

A concealed sample is a sample that was replaced with synthesized samples generated locally before being played out. Examples of samples that have to be concealed are samples from lost packets (reported in packetsLost) or samples from packets that arrive too late to be played out (reported in packetsDiscarded).

See also