yjs / y-webrtc

WebRTC Connector for Yjs
MIT License
448 stars 109 forks source link

Error message on Firefox: WebRTC: ICE failed, add a TURN server and see about:webrtc for more details #57

Closed stephane-klein closed 8 months ago

stephane-klein commented 8 months ago

Hello,

I have implemented this little playground: sveltekit-y-presence-playground.

Everything works fine under Chrome 🙂.

But I have this error under Firefox (tested on Firefox 119, on Fedora OS):

WebRTC: ICE failed, add a TURN server and see about:webrtc for more details

This bug may be related to the following issue: #56 🤔

Best regards, Stéphane

stephane-klein commented 8 months ago

This Pull Request https://github.com/yjs/y-webrtc/pull/58 fix this bug on my workstation.