GameNetworkingSockets
GameNetworkingSockets copied to clipboard
TURN server support for built-in ICE client
The newly added built-in ICE client doesn't have support for TURN servers, as we don't have a use case that needs it.
If you need TURN support, which seems reasonable and common since NAT punch does not always succeed) then for now you must use the WebRTC ICE client. It would be nice for our own client to support this.
We probably won't have time to add this feature. But if anybody is interested, we would welcome a PR. Let us know and we can give you some guidance for how to get started.
"Let us know and we can give you some guidance for how to get started."
@zpostfacto Hello! I can try to add this feature. Can you tell how I must get started?