Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
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.<AudioStatsElement> | 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. |
Newer Version Available