feross / simple-peer

📡 Simple WebRTC video, voice, and data channels
MIT License
7.44k stars 974 forks source link

Multiplayer video chat model #817

Open smart0120 opened 3 years ago

smart0120 commented 3 years ago

Now, I'm trying to make a multiple video chat project. Rule: over 50 users can connect and video chat with each other, similar to conferencing app. I'm concerned about using the mesh model for it. The user needs to have 50 connections and the total is 1225.

Who can help me solve this?

jarretttaylor commented 3 years ago

@smart0120 See my comments on your previous post (#816).