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.

Docs

Start with the quick start

Install peers, permissions, tokens, and place your first call from the docs.

Minimal example

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

Add voice calling

Follow the quick start, then switch mediaType to audio.