Alaznah

Core products · Video

1:1 video calling for React Native

Local and remote video, camera controls, and ready-made or custom call UI.

Highlights

Video

Camera on day one

startCall({ mediaType: 'video' }) plus VideoView / LocalVideoView / RemoteVideoView for custom layouts.

Controls

In-call essentials

Mute, speaker, camera on/off, flip camera, and end — via CallingUI or client methods.

Pricing

Separate video rates

Video costs more to deliver than voice. See Pricing → Video Call for per-minute rates.

Video pricing →

Minimal example

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

Ship video calls

Permissions, provider setup, and VideoView props are all in the docs.