i-aryan / quickmeet

A video chat/meeting webapp using WebRTC and WebSockets. Basically a Google Meet clone + a collaborative Whiteboard.
MIT License
121 stars 66 forks source link

More than 4 user issue #27

Open abdullah-zaydi opened 2 years ago

abdullah-zaydi commented 2 years ago

Application works well but there's this one problem that when 4 or more than 4 users try to join then, It starts lagging. This problem is because you are using the mesh architecture for this application. You should try to upgrade it to SFU (Selecting Forward Unit) Architecture so it can connect to more users. One more thing is that the whiteboard is only visible to the user itself. It should be visible to everyone once the user clicks on the whiteboard icon. Except this, Everything is running fine. The UI/UX is outstanding, Everything is amazing and I loved the application. If you implement that SFU architecture feature then, I guess it will be a lot more better than Google Meet😜

i-aryan commented 2 years ago

Thanks a lot for the feedback! I would definitely check out SFU and try and implement it.