I am writing a webrtc application, when i use WebRTC as a callee, receive from anther call maybe pstn, jsSIP create answer to setLocalDescrption, but not tigger the ICE gather event, so webRTC not get the ice candidate; who know this, thanks!!!
Is there something else I have to do in order to make it work ?
In my case, the reason was that I had copied some tutorial code:
Changing it to the below fixed it for me:
I also added
to my manifest