UpdateRecording
Update a recording on a live call.
Stored Procedure-Specific Information
Update the status of the recording.
To start the recording, you must specify the following Parameter: Status, CallSid, RecordingSid.
For example:
EXECUTE UpdateRecording CallSid='CA6cc04c10ed3cb8fa6b77c00b16560cbb', Status='in-progress ', RecordingSid='REXXc10ed3cb8fa6b77c00b16560cbbXX';
Input
| Name | Type | Required | Description |
| CallSid | String | True | The SID of the Call to associate the resource with |
| RecordingSid | String | True | The Twilio-provided string that uniquely identifies the Recording resource |
| Status | String | True | The status of the recording. Allowed values are: in-progress, paused, stopped, processing, completed, absent |
| PauseBehavior | String | False | he HTTP method we should use to call recording_status_callback. Allowed values are: skip, silence |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the recording has been updated successfully or not. |
| AccountSid | String | The unique Id of the Account to which the validation request belongs. |
| Sid | String | The unique string that that we created to identify the Recording resource. |
| CallSid | String | The SID of the Call the Recording resource is associated with. This will always refer to the parent leg of a two-leg call. |
| ConferenceSid | String | The Conference SID that identifies the conference associated with the recording, if a conference recording. |