Project: https://github.com/versatica/mediasoup-demo
This is the “official” mediasoup demo made by mediasoup authors. Said that, we (the authors) don't want this demo to become the “mediasoup reference” and encourage developers to read the API documentation instead.
The mediasoup-demo has a client side web application and a server side Node.js application:
Project: https://github.com/versatica/mediasoup-broadcaster-demo
Made by mediasoup authors, this project is a libmediasoupclient based application that takes the system microphone and webcam and produces the media to the specified room in mediasoup-demo application.
Project: https://github.com/Kurento/mediasoup-demos
Contains mediasoup + Kurento integration projects.
Project: https://github.com/vpalmisano/mediasoupbin
GStreamer plugin for mediasoup-demo.
Project: https://github.com/havfo/multiparty-meeting
Web: https://letsmeet.no
Multiparty web-meetings using mediasoup and WebRTC. It started as a fork of mediasoup-demo but has evolved quite a bit.
Project: https://github.com/ethand91/mediasoup3-record-demo
Simple audio/video record application using mediasoup and GStreamer or FFmpeg.
Project: https://github.com/mkhahani/mediasoup-sample-app
A minimal client/server app based on Mediasoup and Socket.io made by @mkhahani.
Project: https://github.com/daily-co/mediasoup-sandbox/tree/master/single-page
Sample code with the the simplest possible signaling, and fewest possible dependencies, for cross-browser testing of:
Project: https://github.com/Dirvann/mediasoup-sfu-webrtc-video-rooms
Example website for multi-party video/audio/screen conferencing using mediasoup. This project is intended to better understand how mediasoup works with a simple example.
Other public projects using mediasoup can be found in GitHub.