Elizon Docs
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

BrowserMinimum version
Chrome/Edge74+
Firefox65+
Safari14.1+
Opera62+

Mobile web

PlatformMinimum version
iOS14+
Android5+

Native SDKs

PlatformMinimum version
iOS13+
AndroidAPI 21+
React Native0.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.