# Recording Statuses & Lifecycle

## Status Values (from API)
| Status | Description |
|--------|-------------|
| `NEW` | Recording request created; no video recorded yet |
| `RECORDING` | User is actively recording their screen |
| `REVIEWING` | Recording is in review state |
| `PROCESSING` | Video is being processed (transcoding, AI summary generation) |
| `COMPLETED` | Recording is fully processed and available for viewing |

## Direction Values
| Direction | Description |
|-----------|-------------|
| `REQUEST` | Asking someone else to record their screen |
| `RESPONSE` | Recording own screen to share with others |

## Storage Lifecycle
- **Default storage:** Recordings auto-deleted after 60 days
- **Custom S3:** Indefinite storage (customer-managed)
- **Max length (default):** 15 minutes per recording
- **Max length (custom S3):** Unlimited