1:1 and group video calls with screen sharing in HD. Build applications that stand out with high quality, smooth video and audio experiences with less than 300ms latency.
Enterprise-grade infrastructure that scales to millions of concurrent users worldwide.
Record video in the highest quality with individual streams or composite recordings. Learn more
Stream to unlimited viewers via HLS or RTMP to YouTube, Twitch, and more. Learn more
End-to-end encryption with permission controls. Your data is always safe and secure.
Share your screen in up to 5K resolution for pixel-perfect presentations and demos.
Automatically highlight the current speaker in group calls
Monitor call quality metrics and detailed analytics
Auto-adjusts to network conditions
With detailed documentation, sample apps, and developer support, get started building video applications quickly. Our JavaScript SDK makes integration seamless.
HD video calling and 5K screen sharing for crystal clear communication.
Create meetings with up to 10,000 participants with ultra-low latency.
Comprehensive docs, sample apps, and dedicated developer support.
With servers worldwide, 99.999% uptime with redundancy, and 24/7 support for mission-critical applications. Video infrastructure you can depend on.
Video and audio automatically adjust to bandwidth and device specs for smooth experiences.
High bitrate sound quality for crystal clear meeting experiences.
Share documents, presentations, and coding sessions in pixel-perfect quality.
Add video calling to your application with just a few lines of code. Our JavaScript SDK handles all the complexity.
import { Metered } from '@aspect/metered-sdk';
// Initialize Metered SDK
const metered = new Metered({
apiKey: 'your-api-key'
});
// Join a meeting room
const room = await metered.joinRoom({
roomName: 'my-meeting',
userName: 'John Doe'
});
// Start video and audio
await room.startVideo();
await room.startAudio();
// Handle participant events
room.on('participantJoined', (p) => {
console.log(`${p.name} joined`);
});
Start building for free with our generous free tier. No credit card required.