Multiple User Voice Chat in the Browser [JavaScript and NodeJS]

Viewed 342

I have been trying to add a voice chat for multiple users (like a Discord voice channel), for my Discord clone project.

After too long, I got it to haphazardly work with 2 people max using PeerJS. I'd like to extend this to more than 3 people. I have done research and I have found not much help for this.

I am using socket.io, an express.js API - https://github.com/theADAMJR/discord-voice-chat.

How would you add multiple user voice chat in a NodeJS web application?

0 Answers
Related