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).

new StatsInfo(param)

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.