daily
Pull media from a Daily video call room.
Product links: daily.co · Daily REST API · Meeting tokens
Example
Section titled “Example”curl -X POST "https://api.avflow.dev/v1/jobs" \ -H "Authorization: Bearer ${AVFLOW_API_KEY}" \ -H "Content-Type: application/json" \ -d '{ "name": "daily-ingest", "sources": [{ "name": "room_src", "type": "daily", "config": { "roomUrl": "https://your-domain.daily.co/my-room", "token": "<daily-meeting-token>", "userName": "avflow-bot" } }], "nodes": [], "sinks": [{ "name": "rtmp_out", "type": "rtmp_push", "inputs": ["room_src"], "config": { "urls": ["rtmp://live.example.com/app/key"] } }] }'Config
Section titled “Config”| Field | Type | Required | Description |
|---|---|---|---|
roomUrl | string | Yes | Full Daily room URL (https://<domain>.daily.co/<room>) |
token | string | No | Meeting token for private rooms |
userName | string | No | Display name when joining |
select | SelectFilter | No | Participant / track filters |
Pricing
Section titled “Pricing”RTC video source tier. Source pricing.