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
We have an odd situation where we cannot create a peer connection when one of the peers is on AT&T wireless (cell), but it works on wifi and on all other wireless carriers we've tested. We've tried a number of things to see if we could resolve it, including custom STUN/TURN ICE servers, but to no avail.
Has anyone else encountered this problem and have any suggestions as to how we can make this work? We've not been able to track down much information other than looking at the peerjs log messages. Is there something specific in there that can provide a clue as to where this is breaking down?
The text was updated successfully, but these errors were encountered:
this code work properly when both users on same network(wifi, hotspot)
but fail when network chenge (different wifi, mobile hotspot, network).
I am facing ( peerConection.connectionState: "Failed" and iceConnectionState: "disconnected")
We have an odd situation where we cannot create a peer connection when one of the peers is on AT&T wireless (cell), but it works on wifi and on all other wireless carriers we've tested. We've tried a number of things to see if we could resolve it, including custom STUN/TURN ICE servers, but to no avail.
Has anyone else encountered this problem and have any suggestions as to how we can make this work? We've not been able to track down much information other than looking at the peerjs log messages. Is there something specific in there that can provide a clue as to where this is breaking down?
The text was updated successfully, but these errors were encountered: