PurpleCallio

PurpleCallio documentation

Hosted Call UI

Hosted UI is the fastest PurpleCallio integration: create a call from your backend and direct participants to the returned hosted call URL.

A ready-made call experience

Hosted UI includes the call interface, device selection, media controls, and screen sharing, so your team can avoid building a meeting frontend for the first release.

Keep call creation in your backend

Your application remains responsible for deciding who can create or join a call. Generate call access only from trusted server code.

Use the hosted URL returned by your backend

example.ts
const call = await client.createCall({ callerId, receiverId });

// Authorize the participant in your own app, then send them to their URL.
redirect(call.callerUrl);

Related documentation

Build with PurpleCallio

Explore the documentation to choose hosted UI, React components, or the headless SDK for your integration.