Alaznah

Core products · Voice

1:1 voice calling for React Native

Clear audio calls with mute, speaker, reconnect, and optional push wake.

Highlights

Audio

Production audio path

Start audio-only calls with startCall({ mediaType: 'audio' }). Built-in controls for mute and speaker.

UI

Ready-made or custom

Use CallingScreen out of the box, or drive dialers with hooks while we handle the session.

Pricing

Billed separately from video

Voice minutes are cheaper than video. See usage rates on Pricing → Voice Call.

Voice pricing →

Minimal example

typescript
client.startCall({ calleeId: 'user_2', mediaType: 'audio' })

Add voice calling

Follow the quick start, then switch mediaType to audio.