I have created a small prototype where you can call a person if he/she is online on https://echo-land.herokuapp.com
It uses twilio's API to fetch STUN and TURN servers. Users create and accept offer and connect in a p2p fashion.
I have read many articles which mentions that this architecture(MESH) will fail when I create a room with multiple participant. Now I want to know that If i use Janus as a gateway where do I have to fit in to make the system functional?