freeswitch/html5/verto
Chad Phillips 36d9f7bc5e FS-11280: Allow overriding permissionCallback per Verto dialog
Currently the 'permissionCallback' object is only available at the Verto
instance level. This is problematic in multi-call scenarios, where an
individual call dialog needs access to the onGranted/onDenied callback
functions.

The patch adds a check for existence of onGranted/onDenied callback functions
at the dialog level, with a fallback to the original behavior of calling
onGranted/onDenied from the Verto instance if it's not available on the dialog.
This preserves backwards compatibility while allowing per-dialog overrides
going forward.
2018-07-26 13:37:32 -05:00
..
demo FS-10688 2017-09-20 09:29:17 -05:00
js FS-11280: Allow overriding permissionCallback per Verto dialog 2018-07-26 13:37:32 -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