Voice Integration
Compatibility
Browser, mobile, and native SDK support for Elizon voice integration.
Voice integration relies on WebRTC, so support tracks WebRTC availability on each platform.
Browsers
| Browser | Minimum version |
|---|---|
| Chrome/Edge | 74+ |
| Firefox | 65+ |
| Safari | 14.1+ |
| Opera | 62+ |
Mobile web
| Platform | Minimum version |
|---|---|
| iOS | 14+ |
| Android | 5+ |
Native SDKs
| Platform | Minimum version |
|---|---|
| iOS | 13+ |
| Android | API 21+ |
| React Native | 0.63+ |
Requirements
- HTTPS — the page (or app) must be served over HTTPS. Browsers block microphone access on plain HTTP except for
localhost. - WebRTC support — required for the LiveKit connection; see the browser table above.
- Microphone access — the user must grant microphone permission when prompted. See Security for handling permission denial.