subins2000 / p2pt

Simple WebRTC Peer 2 Peer connections using WebTorrent trackers as the signalling server. Use WebTorrent trackers for any kind of WebRTC app ! 🔥 Make WebRTC apps fast & easy ! 🚀⭐
https://WebDrop.Space
MIT License
559 stars 52 forks source link

TURN Server and ICE Candidates #61

Open andre-dietrich opened 9 months ago

andre-dietrich commented 9 months ago

Hi, if the communication cannot be established for some reasons, is there a way to add a iceServers configuration to WebRTC?

Great Lib, thanks ... I use it to establish a classroom in LiaScript :-)

ThaUnknown commented 7 months ago

fixed in https://github.com/subins2000/p2pt/commit/81c43be8cc0cfd72ca4ec700eed3b62ad10e33ef

andre-dietrich commented 6 months ago

Thanks a lot for this ... could you also upload this to npmjs, so that I could directly import it from there?