Quick Start
For 0.24.0, the recommended pattern is to create the client config with a factory helper, start the client with async with TelcoflowClient(config), register event handlers, and then call run_forever().
SANDBOX Mode (API Key Authentication)
Separate Receive and Send Pipelines
If your application needs to read from audio_stream() and write with send_audio() independently, use asyncio.TaskGroup and a queue so neither side blocks the other.
PROD Mode (mTLS Authentication)
Next Steps
- Architecture - Understand the dual-connection model
- Call Commands - Learn the core commands used by
ActiveCall - Call States - Understand the call lifecycle
- API Reference - Review the full public surface
