パッケージの詳細

rtc-stats-adapter

nexmoinc50.4kApache 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

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.