Data Structure & Analysis

Understand how WebRTC metrics and data are categorized and handled in rtcStats.

rtcStats makes use of WebRTC statistics via the getStats() API call. That gives the foundations of much of the analysis performed.

The raw metrics received are then enriched through additional calculations, which makes the depth and understanding of rtcStats unparalleled in our industry.

In this section, we try to explain and cover the various data points and layers of analysis provided by rtcStats.

The raw metrics as captured by WebRTC's getStats() API call.

Simple math logic placed on top of the Foundations of WebRTC statistics.

Best practices based rules, speeding up troubleshooting and debugging efforts.

High level scores of WebRTC sessions, enabling immediate understanding of the user's experience.

Artificial Intelligence enrichment of rtcstats and WebRTC session data.