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)
| Field | Type | Description |
|---|---|---|
| param | object | Parameters associated with this object. |
| param.packetsCount | Number | The packet count |
| param.packetsLost | Number | The number of packets lost. |
| param.jitterBufferMillis | Number | The jitter buffer time in milliseconds. |
| param.roundTripTimeMillis | Number | The network round-trip time in milliseconds. |