Google recently released nearly $70M worth of opensource code to the world, in order to help improve real-time communications (RTC) over the Internet; they call it WebRTC.
“WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. Their mission is to enable rich, high quality, RTC applications to be developed in the browser via simple Javascript APIs and HTML5.”
Interestingly enough, we at Voxeo Labs have a complimentary mission for Phono: to provide a simple Javascript Communications API that empowers developers with the ability to build robust voice and messaging communications apps; these apps can run in any web browser and on any mobile device.
Today we are proud to preview our experimental WebRTC support for the PhonoSDK. Since WebRTC is so new, it only runs in Google’s Chrome Canary experimental browser. The video below demonstrates an encrypted Phono-to-Phono – voice and video – P2P WebRTC experience in a Canary browser and we hope you’re impressed with what you see.
Note: there are a couple of additional videos on the page that demonstrate what else we are doing with Phono and WebRTC!
The number of APIs available are increasing by the day and so is the popularity of Node.JS, the server-side event-driven javascript framework. This got me thinking… How cool would it be to be able to call or sms an API with your phone using Node.JS?
We are excited to feature Zapier on this week’s Tropo Customer Spotlight! Today I sat down with Wade Foster, one of the co-founders of Zapier, to discuss their business and learn more about how they are using Tropo for their Instant Messaging services. (more…)
As you may recall, Disruptive Technologies recently extended the capabilities of OpenVBX (the open source cloud PBX software) to run on our Tropo cloud communications platform. The original blog post announcing this project was entitled, “Jailbreaking OpenVBX“. This title was chosen carefully because at the time of the post, OpenVBX only ran on a single cloud platform. Disruptive Technologies was able to extend the communications layer of this application to not only add support for Tropo but also simplify future efforts involved in adding support for other platforms such as Asterisk, FreeSwitch, and others.
I was privileged to have the opportunity of moderating the Tropo Customer Spotlight session at the Voxeo Customer Summit in Orlando, Florida last week. Six customers each gave a brief presentation on their business followed by a discussion on how they are using Tropo to deliver their Voice, SMS, and Instant Messaging services.
We are always excited to see developers using Tropo to extend GoogleVoice functionality and features by adding things like SIP and Call Forwarding and Call-In enhancements. Terry Swanson (@FunnyBoy243) is one of these cool developers who wrote 2 of these extensions and opensourced them for others to share and contribute: (more…)
Ham radio or amateur radio communications has been around since the early 1900s. Ham radio technology has kept pace with traditional communications and may even be the only technology that allows people to communicate in natural disasters. Ham radio operators can communicate over very far distances using HF (high frequencies) as well as through satellites via AMSAT and even using VoIP over the Internet using EchoLink, IRLP, or D-STAR!
Most businesses have a customer defection issue where customers try the product, service or venue once, never to return. This has a massive cash impact on the business as new customers need to be recruited to replace the ones that leave. More worryingly, most businesses have no idea why customers defect so they cant repair whatever is broken in the offer – so customers continue to leave
Tropo just recently partnered with PamFax to deliver faxing capabilities via an API. Jason Goecke wrapped their API with a very simple Ruby gem called pamfaxr available at GitHub and installable using a “gem install pamfaxr” from your command line. Using the PamFaxr Ruby gem, I will demonstrate how to send a simple fax as well as how to build a Tropo Voice to Fax transcription application using our Scripting API!