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
Sometimes the connection can't be establish while it should even without TURN server
It might be due to some ISP blocking packets and being late to realizing it. One solution could be to recreate the same offer and answer and redoing ice connection. I need to make sure they are exactly the same otherwise without signaling the ports will change each time and the peers won't find a valid connection. That might not even be possible. I need to check this out.
Otherwise another solution could be to:
catch exceptions thrown by the send method and restarting the whole handshake from scratch. It seemed to be a pretty robust solution.
The text was updated successfully, but these errors were encountered:
Sometimes the connection can't be establish while it should even without TURN server
It might be due to some ISP blocking packets and being late to realizing it. One solution could be to recreate the same offer and answer and redoing ice connection. I need to make sure they are exactly the same otherwise without signaling the ports will change each time and the peers won't find a valid connection. That might not even be possible. I need to check this out.
Otherwise another solution could be to:
The text was updated successfully, but these errors were encountered: