Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Represents the result when toggling the recording for a call.
new RecordingToggleResult(param)
| Field | Type | Description |
|---|---|---|
| param | object | The recording toggle result. |
| param.isRecordingPaused | boolean | Indicates whether the recording is paused. |
| param.call | PhoneCall | The call associated with this result. |
| param.contactId | string | For multiparty or consult calls, pass the callId as part of contactId, so that Salesforce can determine which call is being paused or resumed. |
| param.initialContactId | string | Not needed for Service Cloud Voice with Partner Telephony. |
| param.instanceId | string | Not needed for Service Cloud Voice with Partner Telephony. |
| param.region | string | Not needed for Service Cloud Voice with Partner Telephony. |
Newer Version Available