FreeSWITCH 1.8
上QQ阅读APP看书,第一时间看更新

Verto and JavaScript

The VERTO protocol is a quintessential JSON protocol, and is available to JavaScript programmers by including one of the following library "flavors".

First flavor is verto-min.js the already minified base library distributed together with FreeSWITCH sources, a plain "raw" JavaScript library, depending on jquery and jquery.json.
The other flavor is a "verto" plugin for JQuery, available through the "npm" Node Package Manager.

The VERTO library has been written by Anthony Minessale II, the Lead Developer and Primary Author of FreeSWITCH in parallel with mod_verto, during the development of FreeSWITCH 1.5 (1.5 was the "master" git code leading to the release of FreeSWITCH 1.6).

The Verto JQuery plugin and its documentation were further developed by Italo Rossi and its team at Evolux.net.br (they're developers of Verto Communicator too, see below), and contributed by open source wiz Chad Phillips (hunmonk on IRC). You'll find complete Verto JQuery plugin documentation, and step by step programming instruction with client examples at http://evoluxbr.github.io/verto-docs/.

We'll use the "raw" original verto-min.js library in our WebRTC Rooms application, later, for the sake of simplicity.