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 upwebtorrent STUN server usage #831
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
WebTorrent includes a default STUN server, which you can see in You can override it like this: var client = new WebTorrent({
tracker: {
rtcConfig: {
iceServers: [{ urls: 'stun:23.21.150.121' }]
}
}
}) |
This comment has been minimized.
This comment has been minimized.
|
Thanks! |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to use STUN server with webtorrent, is there any config for that ?
Maybe I am asking already answered question, but I cant figure out how to do that.