<div dir="ltr">Hi All<div><br></div><div>I'm using rtpengine to in my implementation of webrtc. </div><div><br></div><div>In my client side browser I have used following code snippet to configure stun/turn servers to identify ice candidates and turn fall back.</div><div><br></div><div>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>></div><div><div>var pcConfig = {"iceServers": [</div><div>                    {'url': 'turn:<a href="http://52.6.57.126:3478?transport=tcp'}]">52.6.57.126:3478?transport=tcp'}]</a>};</div><div>peerConn = new PeerConnection(pcConfig);<br></div></div><div>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><br></div><div>Am using rfc 5766 turn server</div><div><a href="http://code.google.com/p/rfc5766-turn-server/">http://code.google.com/p/rfc5766-turn-server/</a><br></div><div><br></div><div>As long as stun is working my webrtc flow works fine. </div><div><br></div><div>I wanted to know how rtpengine support the turn fallback, is there any configuration required in this case.</div><div><br></div><div>Regards</div><div>Isuru</div></div>