Alaznah

Runnable Alaznah Calling examples in this repository.

Examples

ExamplePathNotes
Basic callexamples/basic-callFull 1:1 voice & video demo — push, native incoming, swipe accept
Video chatexamples/video-chatVideo-forward scaffold
Group callexamples/group-callReserved / scaffold (1:1 is the supported product focus)

Run the basic demo

From the monorepo root:

bash
npm install
npm run app:ios
# or
npm run app:android

Examples depend on @alaznah/calling.

What to look for in basic-call

  • CallingProvider + dialer / CallingScreen wiring
  • Permissions via requestCallPermissions
  • Firebase / PushKit hooks for wake (where configured)
  • Incoming swipe-up accept and native Accept drain on resume

Hosted Signaling

Point signalingUrl at wss://signal.alaznah.com (or omit for the default) and mint tokens from the Developer Console via your backend.