FirebaseRTC
FirebaseRTC copied to clipboard
Add more than 2 people in room
I want to add more people to the room and simultaneously communicate with each other. I tried couple of ways like adding remote stream objects dynamically but none of them worked. Please suggest any solution.
You have to connect each participant to each other participant through multiple connections I believe. Its a major change in design from the current example. You also have to be aware that each participant then has to use up the bandwidth for 3,4,5 etc channels.
@ahujapankaj16 Sir are you able to implement for more than 2 users scenerio?
@ahmad6242 No sir I was not able to as I am not a pro js developer.
let me try too :)
I was able to get 1:1 working consistently which is live on twisty.io. I plan to release the code as a Github
On Sat, Dec 5, 2020 at 11:27 AM Kemal Onyurt [email protected] wrote:
let me try too :)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/webrtc/FirebaseRTC/issues/15#issuecomment-739418324, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLMIN7GLR5R454ODMANZLSTKQTNANCNFSM4MKUSUHA .
Has anyone managed to work around this?