tom-james-watson / p2p.chat

p2p video conferencing powered by WebRTC.
MIT License
686 stars 134 forks source link

Loading issues #66

Open doublesmalls opened 11 months ago

doublesmalls commented 11 months ago

Is there a solution to the situation where the other side of the video link will always display a circle loading page

iamshreeram commented 11 months ago

+1. @tom-james-watson , I'm facing the same issue.

Also, Could you please enable the Github Discussions for this repo? Thanks!

tom-james-watson commented 11 months ago

It's due to when a direct p2p connection cannot be achieved. Ideally there would be some UI that makes that clear.

Unfortunately without running a TURN server, which is incredibly expensive, many networks are not able to achieve direct connections. It's the downside of being p2p-only.

iamshreeram commented 11 months ago

@tom-james-watson , It would be good if we add some pop-up or warning message to the client (about this error).

I have opened a room in my Firefox and joined the same room with Chrome, but this isn't working as well.

Btw, Thanks for enabling discussion.

tom-james-watson commented 11 months ago

Yup, displaying a message on the relevant person's video/placeholder would be the way to go. I'm not actively working on this at the moment. PRs are welcome.