包详细信息

rtc-stats-adapter

nexmoinc48.8kApache 2.01.2.0

RTC Stats adapter

nexmo, webrtc, stats

自述文件

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.