Call recordings are useful, but they are usually passive.

This example turns a live phone call into something your app can use right away.

The edge-call-transcription-agent example answers an inbound call on Telnyx Edge Compute, starts streaming transcription, stores final transcript segments in an Agent SDK actor, summarizes the call after hangup with Telnyx AI Inference, persists the record, and sends the summary by SMS.

Code: https://github.com/team-telnyx/telnyx-code-examples/tree/main/edge-call-transcription-agent

What it builds