Firefox Tomorrow

web api instance property

RTCInboundRtpStreamStats: framesAssembledFromMultiplePackets property

View on MDN ↗

Limited availability

The framesAssembledFromMultiplePackets property of the RTCInboundRtpStreamStats dictionary indicates the total number of correctly decoded frames for this RTP stream that were assembled from more than one RTP packet.

This property can be used with totalAssemblyTime to determine the average assembly time: totalAssemblyTime / framesAssembledFromMultiplePacket. A higher average assembly time might indicate network issues or inefficiencies in the receiving pipeline.

[!NOTE] The value is undefined for audio streams.

Value

A positive integer.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.