Class: AudioStats

AudioStats(param)

Class representing a Audio Stats, which contains array of AudioStats. This object is used to calculate the MOS Score

Constructor

new AudioStats(param)

Create a AudioStats
Parameters:
Name Type Description
param object
Properties
Name Type Attributes Description
callId string <optional>
The unique callId.
stats Array.<AudioStatsElement> array of AudioStatsElement
isAudioStatsCompleted boolean <optional>
True if the audio stats is completed, will calculate MOS and update VoiceCall record
Source:

Classes

AudioStats