How telephony works
Ringee uses telephony providers to make and receive phone calls. A provider is a service that connects your browser to the global phone network (PSTN) using WebRTC technology. When you make a call in Ringee:- Your browser establishes a WebRTC session with the telephony provider
- The Ringee backend uses the provider’s REST API to manage the call (create, transfer, record, etc.)
- The provider bridges the WebRTC connection to the PSTN (public phone network)
Current Providers
| Provider | Status | Protocol | Notes |
|---|---|---|---|
| Telnyx | ✅ Active | WebRTC + REST API | Default and recommended provider |
Features per provider
All providers must support these core features:- Outbound calls — Make calls to any phone number worldwide
- Inbound calls — Receive calls on purchased phone numbers
- Call recording — Record calls and store them in R2
- Phone number management — Purchase and manage phone numbers via API
- WebRTC — Browser-based calling without any installed apps

