Files
call-center/docs/architecture/real-time-voice-service.md
2026-05-09 09:16:06 +05:00

13 lines
404 B
Markdown

# Real-Time Voice Service Compatibility
This project uses `services/ai_voice_runtime_service` as the canonical
real-time voice runtime implementation.
To match integration naming used in external projects like
`realtime_voice_assistance`, a compatibility entrypoint is also available:
- `services.real_time_voice.app:app`
Both entrypoints reference the same FastAPI application object and behavior.