AudioStats
Represents audio stats, which contains an array of AudioStatsElement objects.
new AudioStats(param)
| Field | Type | Description |
|---|---|---|
| param | object | Parameters associated with this object. |
| param.stats | Array | An array of audio stats elements. |
| param.callId | string | The unique call ID. |
| param.isAudioStatsCompleted | boolean | This 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). |