Call types
Orova supports four ways to communicate with an agent:| Type | How to use | Use case |
|---|---|---|
| Phone | API or Dashboard | Inbound/outbound phone calls via Twilio |
| Web | Widget | Browser-based voice calls |
| Video | Widget or Meeting Link | Video avatar calls |
| Chat | Widget | Text-based conversations |
How calls work
Voice engine
All voice-based calls (phone, web, video) flow through a real-time engine:- User speaks → speech is converted to text
- The LLM generates a response based on the conversation
- The response is converted back to speech
- If tools are needed (CRM lookups, calendar bookings, etc.), they run during the conversation
Chat engine
Chat uses a simpler text-in, text-out flow with streaming responses.Call history
All calls are automatically logged with:- Full transcript
- AI-generated summary
- Sentiment analysis
- Call outcome and disposition
- Call duration and cost
- Recording (if enabled)
- Contact information and custom fields
Next steps
Phone Calls
Inbound and outbound via Twilio
Web Calls
Browser-based WebRTC calls
Video Calls
Video avatar calls
Chat
Text-based conversations

