twilio-call-recordings
Installation
SKILL.md
Overview
Twilio offers multiple recording methods. Choosing the wrong one is the #1 developer mistake in voice — using <Record> when you mean <Dial record> produces voicemail behavior instead of call recording.
| Method | What it does | Use when |
|---|---|---|
<Record> verb |
Records the CALLER only (voicemail-style) | Leaving a message, capturing input |
<Dial record> |
Records BOTH parties on a call | Call recording for two-party calls |
<Start><Recording> |
Starts a recording alongside other verbs | ConversationRelay, multi-verb flows |
Conference record |
Records the conference mix | Multi-party calls |
| Recordings REST API | Programmatic control mid-call | Pause during payment (PCI) |