Class: StatsInfo

StatsInfo(param)

Class representing a Stream Stats. This object is used to calculate the MOS Score

Constructor

new StatsInfo(param)

Create a StatsInfo
Parameters:
Name Type Description
param object
Properties
Name Type Attributes Description
packetsCount number <optional>
the packets count
packetsLost number <optional>
packets lost count
jitterBufferMillis number <optional>
jitter buffer in milliseconds
roundTripTimeMillis number <optional>
round trip time in milliseconds
Source:

Classes

StatsInfo