Releases: oanguenot/webrtcmetrics
Releases · oanguenot/webrtcmetrics
v1.4.0 Adding support of multiple peer connections monitoring
Changes
- Support of monitoring several peer connections
- New
count
information - New
input_codec_id
andoutput_codec_id
information - New
delta_jitter_ms
anddelta_rtt_ms
metrics - New
total_time_encoded
,total_time_decoded
,total_frames_decoded
,total_frames_encoded
metrics - New
local_candidate_id
,remote_candidate_id
information
Note: Creating several WebRTCMetrics
objects with a version < 1.4 will work but report invalid result by mixing metrics from all peer connections.
v1.3.1 - Fix version
Changes
- Fix
verbose
parameter that was not taking into account correctly in the configuration parameters - Improve internal logs by displaying raw stats from the stack when in verbose
- Use previous report as starting point of the new to avoid missing ones and default values (eg: candidate-pair)
v1.3.0 Add available bitrate metrics
Compatibility breaks
delta_kbs_received
anddelta_kbs_sent
are computed in kbs and not in KBs
Changes
- Add new metrics
delta_kbs_incoming_bandwidth
anddelta_kbs_outgoing_bandwidth
v1.2.4 - Export default
Changes
- Update documentation to explain how to load from Vanilla JS (application not bundled by React or Angular)
- Update webpack configuration to export default
v1.2.3 - Discarded version
Changes
- Produced in dev mode - removed from npm
v1.2.2 - Fix typo in bundler
Changes
- Fix bundler for development version (bad name)
v1.2.1 - Fix bundling issue
Changes
- Allow to load WebRTCMetrics from any JS environments (React/Babel, Angular, Vanilla, etc...)
v1.2.0 - More video stats
Changes
- Add video encoder and video decoder library used
- Add time to encode and to decode a video frame
v1.1.4 - MOS & MOS E-Model
Breaking changes
- Rename mos to mos_emodel (more accurate with G711 codec)
Changes
- Add mos metrics that computes the MOS score based on the effective latency (more accurate with Opus codec)
v1.1.3 - Fix for Safari
Changes
- Compute kind property for track (don't exist in Safari)