StatsInfo

Representing stats for either an audio input channel or an audio output channel. This object is used to calculate the MOS (Mean Opinion Score).

Constructor 

new StatsInfo(param)

Objects Where Used 

Parameters 

FieldTypeDescription
paramobjectParameters associated with this object.
param.packetsCountNumberThe packet count
param.packetsLostNumberThe number of packets lost.
param.jitterBufferMillisNumberThe jitter buffer time in milliseconds.
param.roundTripTimeMillisNumberThe network round-trip time in milliseconds.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!