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.
List calls in the account.
Initiate a new outbound call.
Retrieve a single call by SID.
Update an active call.
Delete a call record.
Start recording an active call.
Update a call recording (pause, resume, or stop).