freeswitch/html5/verto
Chad Phillips 8fdc4433e5 Fix FS-11874
Verto JS libs allow passing an attachStreams array of MediaStream objects, which are then supposed to be added to the peer connection in the order they are supplied in the array.

However, there is a faulty logic check prior to actually adding the streams, where 'options.attachStream' is checked for length instead of 'options.attachStreams'.
2019-05-31 11:07:11 -07:00
..
demo FS-11287: [verto] update verto-min.js 2018-09-05 20:23:01 +00:00
js Fix FS-11874 2019-05-31 11:07:11 -07:00
verto_communicator FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour when calling login with no args 2019-01-03 13:10:31 -03:00
video_demo FS-11287: [verto] update verto-min.js 2018-09-05 20:23:01 +00:00
video_demo-live_canvas FS-11287: [verto] update verto-min.js 2018-09-05 20:23:01 +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