Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rtc-stats-adapter

nexmoinc45.9kApache 2.01.2.0

RTC Stats adapter

nexmo, webrtc, stats

readme

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

changelog

Changelog

1.2.0

Changes

Change type of networkMos from string to float

1.1.0

Changes

  • Added additional fields to a schema:
    • audioSentJitter
    • audioRecvJitter
    • networkMos
  • Adjusted validation rules for the output schema.