Take advantage of our robust WebRTC + Mediasoup SFU solution
An infrastructure that allows you to add video meetings to your website.
Host video rooms directly inside your website. No links to external Zoom or Google Meet.
Automatically record your meetings for later viewing.
We simply give you a join() function and now you are in a live room.
Open the demo page in two different tabs or devices. Each devices simulates a separate peer.
<script src="https://demo.mediasoupmeeting.com/mediasoupmeeting.js"></script>
<video id="localVideo" autoplay playsinline muted></video>
<div id="remoteVideos"></div>
const localVideo = document.getElementById("localVideo");
const remoteVideos = document.getElementById("remoteVideos");
const peerId = crypto.randomUUID();
MediasoupMeeting.init({
socketUrl: "wss://socket.mediasoupmeeting.com",
roomId: "your-room-id",
clientId: "clientA",
peerId: peerId,
localVideoEl: localVideo,
remoteContainerEl: remoteVideos
});
MediasoupMeeting.join();
Pricing depends on maximum concurrent live peers.
Up to 10 live peers
$29/month
Add recording: + $20/month
Up to 25 live peers
$59/month
Add recording: + $30/month
Up to 50 live peers
$99/month
Add recording: + $40/month
Need higher limits? Contact for custom infrastructure pricing.
You can view and download your recorded meetings from our web portal.
MediasoupMeeting provides video infrastructure only. Clients are responsible for their own frontend, authentication and user content.
The service is provided on a best-effort basis. Downtime may occur due to maintenance or unforeseen issues.
The service provider is not liable for indirect damages, data loss or business interruption.
Data is used only to operate the meeting infrastructure and generate recordings.
No data is sold or shared with third parties.
Clients are responsible for informing their end users that meetings are recorded.
Name: Omar Qura Ali
Email: omaromran.mn@gmail.com
Location: Mersin, Mezitli – Türkiye
WhatsApp: +90 538 383 7975
Direct WhatsApp communication is preferred for technical and pricing discussions.
In this section you can find resources and tutorials related to MediasoupMeeting.