DonnaAnnIssac / GeekChat

A video chat application using webRTC and socket.io
MIT License
0 stars 0 forks source link

Multiparty video calls don't scale up properly #3

Open DonnaAnnIssac opened 6 years ago

DonnaAnnIssac commented 6 years ago

Caused by the current architecture of the mesh model

DonnaAnnIssac commented 6 years ago

The peer connection seems to be getting established but the remote stream isn't visible.

DonnaAnnIssac commented 6 years ago

getUserMedia() call itself throws an error intermittently

DonnaAnnIssac commented 6 years ago

When there are more than 3 members in a call, sometimes disconnect event gets fired

DonnaAnnIssac commented 6 years ago

Need to establish the peer connection between new peer and members of the network simultaneously. Current approach takes too much time making it look buggy.