Archive for the ‘JavaScript’ Category

PhonoSDK WebRTC Preview

Friday, February 24th, 2012

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!

(more…)

Creating a Chat Room Interface using Multiple Conferences

Monday, February 20th, 2012

In this blog, I will demonstrate how to turn multiple conferences into a chat room interface, including a full option menu . A great perk to this app is the ability to monitor everyone in the room using CouchDB – with CouchDB, you can see how many people are in each room, along with their corresponding callerIDs. There are several different CouchDBs that you can use, however for this blog I will use iris.

To start, set up an instance of CouchDB by initially going here. Once on that page, fill in the “Sign Up” fields on the right side of the page and hit “SEND”. You will then be directed to the page where you can access your CouchDB; it looks something like this:



To finish setting up CouchDB, first click the link you received from the confirmation; once there, click “Create Database” towards the top – you can name your database whatever you want, however, to follow the app’s design, I named mine conferences.

(more…)

SMS Voting App in 10 Minutes with Tropo and CouchDB

Wednesday, February 8th, 2012

Lat fall, I attended CouchConf NYC and gave a presentation on using Tropo with CouchDB.

(more…)

Dial and SMS your APIs with Tropo

Thursday, December 22nd, 2011

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?

(more…)

LA Holiday Hackathon :: Results

Monday, December 12th, 2011

Approximately 30 Los Angeles .NET, Ruby, PHP, and Javascript developers attended this Saturday’s LA Holiday Hackathon at Outlook Amusements sponsored by RightNow Technologies and Tropo. The theme of the event consisted of building a Voice, SMS, or Instant Messaging holiday application based on the Tropo Scripting or Web API. Here is a photo of everyone hard at work hacking on their holiday Tropo application.

(more…)

LA .NET Hackathon 2011

Monday, December 5th, 2011

Tropo is partnering with the LA .NET Developers Group and Outlook Amusements to sponsor this weekend’s LA (Burbank) Hackathon at Outlook Amusements on Saturday, December 10, 2011 from 9:00 AM to 6:30 PM (PT).

(more…)

Batman.js Goes Live!

Wednesday, August 24th, 2011

batman.js

(more…)

JavaScript Remote Call Center Solution: Part 3

Monday, March 28th, 2011

As promised in a previous post, this entry will conclude a series we started over on the Phono blog discussing an effort to build a remote call center solution in JavaScript.

(more…)

Conference Call Apps Made Easy with Tropo

Wednesday, March 16th, 2011

Tropo makes it super simple to create a conference call application.

In just a few lines of code, you can have a functional conference call application that you can use with Skype, SIP or a PSTN number.

(more…)

How to Build a VoIP-Based Baby Monitor

Thursday, February 17th, 2011

(more…)