Calculations and Aggregations
Simple math logic placed on top of the Foundations of WebRTC statistics.
Like Chrome's webrtc-internals, we've taken the approach of generating some simple math rules on some of the metrics.

This includes for example calculating the number of packets sent per second on a peer connection's candidate pair (candidate-pair.packetsSent/s) from the metric of candidate-pair.packetsSent.
We do these types of calculations as they make it easier to review and analyze a scenario from the WebRTC metrics.
rtcStats offers the richness of calculations conducted by Chrome, as well as a few additional calculations and aggregations we found relevant and useful.
In this category, you will find for example the mos score calculation.
To learn more about these metrics, their purpose and where applicable what can be done with them, you can check out our WebRTC Metrics section in the knowledge base and simply filter for Calculations in the left-hand sidebar.
Was this page helpful?