freeswitch/html5/verto
StefanYohansson 10646ab9e3 [verto-communicator] - Added change server feature
When someone set any wss server and do login
VC doesn't record the settings on localStorage,
so when we reload the browser, it will try to connect on
"wss://" + window.location.hostname + ":8082" and if
this wss server is offline for any reason, user will
be stuck on splash screen by auto-login step plus reconnect
modal blocking any action.

- Added button "Change Server" on modal reconnection alert;
- Stop jsonRpcClient retry timeout and delete verto instance
to create a new one when user login with new wss server;
- Record wss server and hostname on localStorage.
2016-12-27 11:25:35 -03:00
..
demo FS-9157 update jsmin 2016-05-12 17:18:13 -05:00
js [verto-communicator] - Added change server feature 2016-12-27 11:25:35 -03:00
verto_communicator [verto-communicator] - Added change server feature 2016-12-27 11:25:35 -03:00
video_demo FS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest resolution 2016-10-10 15:02:40 -04: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