RTCInboundRtpStreamStats: framesAssembledFromMultiplePackets property
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
No specification found
No specification data found for api.RTCStatsReport.type_inbound-rtp.framesAssembledFromMultiplePackets
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.