Home Solutions Features Pricing Live Dashboard Contact
Login Start Free Trial
RTC Solutions

Video Call

Crystal-clear 1:1 and group video with HD/UHD, background blur, and screen sharing.

Building reliable video calls in-house means managing STUN/TURN servers, handling ICE failures, implementing simulcast, and dealing with cross-browser quirks. Gravix Cloud handles all of this so you can focus on your product.

How It Works

1

Create a Room

Use our REST API or SDK to create a video room with a unique ID and configurable settings.

2

Join the Call

Participants join via the SDK with their camera and microphone. The SFU handles routing.

3

Stream in HD

Adaptive bitrate and simulcast ensure every participant gets the best quality for their bandwidth.

4

Record & Analyze

Optionally record the call and access real-time quality metrics via the dashboard.

Key Features

HD & UHD Video

Stream in 720p, 1080p, or 4K with adaptive bitrate based on network conditions.

Background Blur

AI-powered background blur and virtual backgrounds for professional calls.

Screen Sharing

Share your entire screen or a specific window with low-latency capture.

Noise Suppression

AI noise cancellation removes background noise for crystal-clear audio.

Simulcast

Send multiple quality layers so the SFU can pick the best for each viewer.

Picture-in-Picture

Floating video window when users switch tabs.

Get Started in Minutes

import Gravix from '@gravix/cloud-js';

const gravix = new Gravix('gvx_live_your_key');
const call = await gravix.video.createCall({
  name: 'team-standup',
  maxParticipants: 50,
  recording: true,
});
const session = await gravix.video.join(call.id, {
  video: true, audio: true,
});
console.log('Connected to', call.name);

Performance Specs

0ms
Avg. Latency
0
Max Participants
0p
Video Quality
0%
Uptime SLA

Available on the Starter Plan

Video calls are available on all plans, starting at $1 per 2,000 minutes.

View Pricing

Frequently Asked Questions

We support VP8, VP9, H.264, and AV1. The SFU negotiates the best codec based on participant capabilities.

Yes. Our SDKs give you full control over the UI. You can also use our pre-built UI components.

Yes, optional E2EE is available on the Professional plan and above.

Up to 50 on Starter, 300 on Professional, and unlimited on Enterprise.

Yes, full screen sharing with optional window selection is included on all plans.

Ready to build on Gravix Cloud?

Start with 2,000 free minutes. Ship your first call in under an hour.