muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.57k stars 1.37k forks source link

does video conference work with 10 users ? #837

Open webleb opened 4 years ago

webleb commented 4 years ago

Hi does video conference work with 10 users?

webleb commented 4 years ago

@muaz-khan does video conference work with 10 users?

webleb commented 4 years ago

@killmenot does video conference work with 10 users?

webleb commented 4 years ago

@Yuripetusko does video conference work with 10 users?

matiaslopezd commented 4 years ago

@webleb WebRTC not works good with more than 3-4 users in P2P conenction, remember that all participants have the job of send video and audio track to the others and use a lot of bandwidth.

If you need have a N quantity of participants use TURN server not P2P connection.