Skip to main content
Open Source

QuickRTC

Production-ready WebRTC conferencing SDK

Built on mediasoup. Ship video conferencing in days, not weeks.

import { QuickRTCServer } from "quickrtc-server";

const server = new QuickRTCServer({
httpServer,
socketServer: io,
});

await server.start();

Production Ready

Battle-tested infrastructure with mediasoup SFU for scalable, low-latency video.

Multi-Platform

Native SDKs for React and Flutter. Build once, deploy everywhere.

Developer First

Clean APIs, TypeScript support, and comprehensive documentation.