You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, you shouldn't add a new set of event listeners in socket.on('receivePeerSignal', function(data) { because that will get called multiple times with each bit of signaling data and you'll end up handling the 'connec't and 'data' events multiple times.
I'm closing this, as I can't reproduce it. It works for me. If you have new information you can provide to help narrow this down, please comment or open a new issue. Thanks!
When Trickle ICE is enabled, I get the following error when trying to establish a peer connection between two Chrome browsers on the same machine:
Disabling Trickle ICE, everything works smoothly.
The code I'm testing with is in a gist: https://gist.github.com/adammw/d9bf021c395835427aa0
The text was updated successfully, but these errors were encountered: