Both STUN and TURN is not working in demo
With another javascript-only demo the TURN server/app works fine.
Locally WebRtc.NET works good also.
What can be the issue? The iceconnectionstatechange fails and no packets get received. It can't be my fault right 😛
I'm trying to reverse the offer etc. (so it's in C#) and check if it works that way, probably won't make a difference but whatever (an example of the reverse offer would be great, though I can share it if mine is done) Doesn't seem to fix the problem.
I'll try run node.js in C# with WebRTC if there is no fix...
I can't seem to fix the problem. It must be something internally.
I do see I don't get any relay candidates with a remote IP of my TURN server, only 0.0.0.0. But I have no idea how to solve that.
Is it due to that the C# app runs locally and not on the domain like the javascript app that it doesn't work?