Bug 1838503 - Add frame statistics to about:webrtc graphs;r=jib,dbaker

Differential Revision: https://phabricator.services.mozilla.com/D180996
This commit is contained in:
Nico Grunbaum 2023-06-23 06:35:37 +00:00
parent 4cc94b4118
commit c28ba20a0f

View File

@ -27,6 +27,9 @@ const GRAPH_KEYS = [
`remote-inbound-rtp.roundTripTime;${REMOTE_RTP_PROPS}`,
`remote-inbound-rtp.packetsReceived;toRate;${REMOTE_RTP_PROPS}`,
"outbound-rtp.packetsSent;toRate",
"outbound-rtp.framesSent;toRate",
"outbound-rtp.frameHeight;noAvg",
"outbound-rtp.frameWidth;noAvg",
"outbound-rtp.nackCount",
"outbound-rtp.pliCount",
"outbound-rtp.firCount",