# 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`
