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.

Docs

Video calling guide

Permissions, client config, in-call controls, and video views are in the docs.

Minimal example

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

Ship video calls

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