UNPKG

rtc-stats-adapter

Version:
12 lines (7 loc) 229 B
# RTC stats adapter The purpose of this module is to parse and map data from RTCStatsReport. ### Schema Schema located inside `output.js` ### Tests We use `Jest` as a testing framework To run tests type: `npm test` or `jest`