Live Video API

Real-Time Video
Built for Scale

Embed HD video rooms, screen sharing, and multi-party calls into your product. WebRTC-powered, token-secured, and ready for millions of minutes.

< 300ms

Latency

HD+

Video Quality

50+

Participants

99.99%

Uptime SLA

Sendexa Live Video API

HD Rooms

Live video

Low Latency

WebRTC

Token Auth

Secure rooms

Features

Complete Video Platform

Everything you need to ship production-grade real-time video in your product.

HD Video Rooms

Crystal-clear HD video rooms with adaptive bitrate streaming for seamless quality on any connection.

Screen Sharing

Share screens, windows, or applications in real time for demos, support, and collaboration.

Cloud Recording

Record sessions to the cloud with secure storage, playback, and download for compliance and training.

WebRTC Powered

Built on modern WebRTC for peer-to-peer efficiency with SFU architecture for multi-party scale.

Ultra-Low Latency

Sub-second latency for natural conversations. Optimized edge routing keeps participants in sync.

Multi-Party Calls

Support large group sessions with dynamic layouts, speaker detection, and bandwidth management.

Token Authentication

Secure room access with short-lived tokens, role-based permissions, and granular join controls.

Analytics & Insights

Track quality metrics, participant counts, duration, and network health with real-time dashboards.

Platform Capabilities

Built for Real-Time Experiences

Production primitives for rooms, media, security, and scale.

Room Management

Create, lock, and manage video rooms via API

Media Controls

Mute, video off, layout, and screen share

Live Quality

Adaptive bitrate and network resilience

Secure Access

Token auth with role-based permissions

Use Cases

Video for Every Industry

From telehealth to education—embed video where your users already work.

Telehealth

HIPAA-ready virtual consultations with secure rooms, recording, and waiting rooms for patients.

Online Education

Interactive virtual classrooms with screen share, breakout rooms, and session recordings.

Customer Support

Visual support sessions—guide users through issues with co-browsing and screen sharing.

Remote Interviews

Structured video interviews with recording, multi-interviewer support, and candidate rooms.

Live Events

Broadcast webinars and town halls with large audiences, moderation, and interactive Q&A.

Team Collaboration

Embed video meetings into your product for standups, pair programming, and client calls.

How It Works

From Room to Live in Seconds

Create a room, issue tokens, and join from any client SDK. Participants connect with sub-second latency and full media controls.

Create rooms via REST API
Issue short-lived access tokens
Join with Web or mobile SDKs
Enable recording and screen share
Stream quality metrics to your dashboard
Live Session
4 participants
Y

You

Host
A

Alex

S

Sam

J

Jordan

Pricing

Usage-Based, Transparent Pricing

Pay only for participant-minutes. Volume discounts as you scale.

Starter

$0.004/participant-minute

Pay as you go for early projects

  • HD video rooms
  • Up to 10 participants
  • Screen sharing
  • Token authentication
  • Email support
Get Started
Most Popular

Growth

$0.003/participant-minute

Lower rates as your usage scales

  • Everything in Starter
  • Up to 50 participants
  • Cloud recording
  • Quality analytics
  • Priority support
  • Webhook events
  • Custom branding
Start Free Trial

Enterprise

Custom/volume pricing

For high-scale video platforms

  • Unlimited scale
  • Dedicated infrastructure
  • SLA guarantee (99.99%)
  • 24/7 dedicated support
  • HIPAA / compliance options
  • Dedicated account manager
  • Custom integrations
Contact Sales
Simple Integration

Ship Video in Minutes

The sendexa-video SDK handles rooms, tokens, and media tracks. Focus on your product experience—not WebRTC plumbing.

Web, iOS, Android, and Flutter SDKs
REST API for rooms and tokens
Webhooks for session events
Built-in recording and screen share
Quality analytics out of the box
video-room.js
// Embed real-time video with Sendexa
import { VideoClient } from 'sendexa-video';

const client = new VideoClient({
  apiKey: 'your-api-key',
});

// Create a room (server-side preferred)
const room = await client.rooms.create({
  name: 'support-session-42',
  maxParticipants: 10,
  recording: true,
});

// Join with a participant token
const session = await client.join({
  roomId: room.id,
  token: room.token,
  media: { video: true, audio: true },
});

session.on('participantJoined', (p) => {
  console.log('Joined:', p.identity);
});

// Enable screen sharing
await session.startScreenShare();

500M+

Minutes Delivered

< 300ms

Avg Latency

5,000+

Developers

99.99%

Uptime

FAQ

Frequently Asked Questions

Everything you need to know about our Live Video API.

What is the Sendexa Video API?

Sendexa Video is a real-time WebRTC platform for embedding HD video rooms into your apps. Create rooms, issue tokens, and manage multi-party sessions with recording, screen share, and analytics.

How is pricing calculated?

Pricing is usage-based per participant-minute. Each participant in a room is billed for the minutes they are connected. Volume discounts apply on Growth and Enterprise plans.

How many participants can join a room?

Starter supports up to 10 participants per room. Growth supports up to 50. Enterprise can scale beyond that with dedicated infrastructure and custom layouts.

Do you support cloud recording?

Yes. On Growth and above you can record sessions to secure cloud storage, with optional composite layouts, download, and retention controls for compliance.

How does authentication work?

Rooms are protected with short-lived JWT-style tokens. You generate tokens server-side with roles (host, participant, viewer) and optional permissions for publish, subscribe, and record.

Which platforms and SDKs are available?

We provide Web (JavaScript), iOS, Android, React Native, and Flutter SDKs, plus a REST API for room and token management. All use the same sendexa-video core.

What latency can I expect?

Typical end-to-end latency is under 300ms on good networks thanks to WebRTC and global edge routing. Adaptive bitrate keeps quality stable under congestion.

Is there a free trial?

Yes. New accounts receive free participant-minutes to build and test. No credit card is required to start—sign up and create your first room in minutes.

Ready to Ship Real-Time Video?

Start building HD video experiences today. Free participant minutes included.