EasyRTC
is a open source webRTC
plugin used for many purpose.
My intention is to prepare a video chatting example using this. When I try this with same network connection (same wifi) it works like a charm, but when I try this with different wifi network its not working instead its through errors like
No usable STUN/TURN
path -- in client end
undefined -- in initiator end.
Is there is any configuration I need to change to make this working.
Thanks in advance