RecordingToggleResult
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 Salesforce Voice with Partner Telephony. |
| param.instanceId | string | Not needed for Salesforce Voice with Partner Telephony. |
| param.region | string | Not needed for Salesforce Voice with Partner Telephony. |