API Reference
TelcoflowClientConfig
The public 0.24.0 docs present TelcoflowClientConfig through factory helpers rather than direct constructor examples.
Factory Helpers
Examples
TelcoflowClient
Main client class for managing the control connection and dispatching call events.
Methods
Context Manager
ActiveCall
Represents a call session with an attached media connection.
Methods
Properties
Events
All string event constants are available from telcoflow_sdk.events:
The public 0.24.0 package docs also describe ClientEvent and CallEvent enums as type-safe alternatives to these string constants.
Next Steps
- Call States - See how these methods map to the call lifecycle
- Error Handling - Review the exception hierarchy and recovery patterns
- Advanced Topics - Logging, concurrency, and operational notes
