<div dir="auto">Hello<div dir="auto"><br></div><div dir="auto">It there a way to create a webrtc call with custom signaling? </div><div dir="auto"><br></div><div dir="auto">I want that when freeswitch receive a sip call, send it to the browser without registration or authentication</div><div dir="auto"><br></div><div dir="auto">Freeswitch receive incoming call:</div><div dir="auto">Create second leg for webrtc</div><div dir="auto">Get sdp of the second leg</div><div dir="auto">I will send it to the browser using custom signaling, </div><div dir="auto">Get answer sdp from the browser, </div><div dir="auto">Send the answer sdp to freeswitch </div><div dir="auto">Bridge both legs</div><div dir="auto"><br></div><div dir="auto">I saw media_webrtc=true, but i did not understand how to receive the offer sdp and how to send the answer back to freeswitch using the api. </div><div dir="auto">Can i do it using esl? </div><div dir="auto"><br></div><div dir="auto">Any idea how to implement it? Is it possible? </div></div>