freeswitch/html5/verto
Chad Phillips c037fc8c55 FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work
Assigning the speedTest callback funtion to a local variable and unsetting
the this.speedCB instance variable prior to calling the callback function
allows the rpcClient.speedTest functionality to be used more creatively
(such as calling it recursively for multiple runs) without affecting existing
functionality.
2018-07-24 21:05:09 -05:00
..
demo FS-10688 2017-09-20 09:29:17 -05:00
js FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work 2018-07-24 21:05:09 -05:00
verto_communicator FS-11224: [freeswitch-core] Fix VC build #resolve 2018-07-24 07:21:56 +00:00
video_demo update adapter.js 2018-07-24 07:21:47 +00:00
video_demo-live_canvas update adapter.js 2018-07-24 07:21:47 +00:00
README FS-7127 #comment update README again 2015-01-03 09:31:30 +08:00

README

This needs to be fleshed out more.
It would be nice to develop a web app here that implements a web phone.
Do not base it on the demo because it was just tossed together.

To run jshint:

	cd js
	npm install
	grunt