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
totalAssemblyTime/framesAssembledFromMultiplePackets(ms)
The average time, in milliseconds, video frames take from the time the first RTP packet is received (reception timestamp) and to the time the last RTP packet of a frame is received per frame.
Description
Real number; in milliseconds
MUST NOT exist for audio (this is video only).
The average time, in milliseconds, video frames take from the time the first RTP packet is received (reception timestamp) and to the time the last RTP packet of a frame is received. Only incremented for frames consisting of more than one RTP packet per frame.
See also
- inbound-rtp->framesAssembledFromMultiplePackets
- inbound-rtp->totalAssemblyTime