0.0.8 • Published 9 months ago
simple-mediasoup-peer-server v0.0.8
Getting Started
On the server-side, simply add this line after initializing the io engine:
const io = require("socket.io")();
new MediasoupManager(io);
On the server-side, simply add this line after initializing the io engine:
const io = require("socket.io")();
new MediasoupManager(io);