Calls
Manage calls with CRUD operations, plus sub-resources for in-call recording and streaming. Uses POST for updates (Twilio convention).
Access via client.compat.calls on a RestClient instance.
Methods
Call CRUD
list
List calls in the account.
create
Initiate a new outbound call.
get
Retrieve a single call by SID.
update
Update an active call.
delete
Delete a call record.
Recording
startRecording
Start recording an active call.
updateRecording
Update a call recording (pause, resume, or stop).