WebRTC Metrics

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

Back
inbound-rtpinboundvideo

framesAssembledFromMultiplePackets

The total number of frames correctly decoded for this RTP stream that consist of more than one RTP packet.

Description

Non-negative integer

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

It represents the total number of frames correctly decoded for this RTP stream that consist of more than one RTP packet. For such frames the totalAssemblyTime is incremented.

The average frame assembly time can be calculated by dividing the totalAssemblyTime with framesAssembledFromMultiplePackets.