Open Vkirnov opened 5 years ago
@Vkirnov Hello, when you say some routers, where did you run into issues exactly ?
On one router it works even without turn or stun , but on Asus rt-ac5300 no. How can I be sure that the traffic will go on the turn server and can I somehow force it to do so?
Or may be I can add Media server using the same way like "AddIceServer" ?
Greetings. My problem is that if the WPFDemo uses only signaling server, then the work is limited to the settings of the router. To make it work everywhere i am trying to use stun or turn server like that:
rtcc.AddIceServer(url: "numb.viagenie.ca", userName: "support@avspeed.com", password: "avspeedwebrtc", clearFirst: false, type: "turn");
But it also does not help on some routers. Is there any solution of the problem?