AudioStats

Represents audio stats, which contains an array of AudioStatsElement objects.

new AudioStats(param)

FieldTypeDescription
paramobjectParameters associated with this object.
param.statsArrayAn array of audio stats elements.
param.callIdstringThe unique call ID.
param.isAudioStatsCompletedbooleanThis value is true when the audio stats are completed. When true, Salesforce calculates the Mean Opinion Score (MOS) and updates the VoiceCall record based on the callId. For more information, see Mean Opinion Score (MOS).