UNPKG
rtc-stats-adapter
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
RTC Stats adapter
github.com/nexmoinc/rtc-stats-adapter
nexmoinc/rtc-stats-adapter
rtc-stats-adapter
/
README.md
12 lines
(7 loc)
•
229 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# 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`