Live PhonoSDK Coding Demo
Chris Matthieu demonstrates how to build a web application that can place and receive real telephone calls and VoIP SIP calls using PhonoSDK in less than 10 minutes using pure HTML and jQuery! Here’s the source code used in the video: <html> <head> <script src="http://code.jquery.com/jquery-1.4.2.min.js"></script> <script src="http://s.phono.com/releases/0.1/jquery.phono.js"></script> </head> <body> <input id="call" type="button" disabled="true" value="Loading…" /> [...]
