← Back to Data Structure & Analysis
Foundations
The raw metrics as captured by WebRTC's getStats() API call.
Much of the data collected by rtcStats is done via the getStats() API call.
The values received get minimal processing via rtcStats, mainly for usability and readability purposes.
These values are considered the Foundations layer of our analysis.

As such, they are the information that is easy to gather and visualize almost "as is" in WebRTC.
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 Foundations in the left-hand sidebar.
Was this page helpful?