Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIce connection failed react native #1590
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This comment has been minimized.
This comment has been minimized.
|
This is still a issue. |
This comment has been minimized.
This comment has been minimized.
|
This error message just means that you could not connect to a specific peer. This is normal. It's not guaranteed that any two arbitrary peers in the network will be able to connect to each other. For example, two peers behind symmetric NATs will not be able to connect to each other. |
This comment has been minimized.
This comment has been minimized.
|
@feross all the peers don't work while if i use webtorrent in a node instead of react native env it works as expected. |
This comment has been minimized.
This comment has been minimized.
|
My guess is that it's something to do with the react-native webrtc package that you're using. I think that it uses an outdated version of WebRTC. I think we can move the discussion of this to the In the meantime, you can just disable WebRTC peers. |
What version of WebTorrent?
^0.103.0
What operating system and Node.js version?
What browser and version? (if using WebTorrent in the browser)
What did you expect to happen?
simple-peerto connectWhat actually happened?
simple-peerthrowing errorIce connection failedDoes anyone now how i can tackle this issue?