I am facing this error while testing STUN Servers in Chrome:
The server stun:stun.l.google.com:19302 returned an error with code=701: STUN host lookup received error.
https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
However, when I test it in Microsoft Edge browser, it works perfectly fine. Can anyone tell what is the issue?
I am also not able to get callback onIceCandidate
being invoked in Android as well.