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
Create a Room
Use our REST API or SDK to create a video room with a unique ID and configurable settings.
Join the Call
Participants join via the SDK with their camera and microphone. The SFU handles routing.
Stream in HD
Adaptive bitrate and simulcast ensure every participant gets the best quality for their bandwidth.
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
Available on the Starter Plan
Video calls are available on all plans, starting at $1 per 2,000 minutes.
View PricingFrequently 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.