~phatforge/freeswitch/+git/master:bugfix/FS-10028-refactor-verto-lib-to-remove-jquery

Last commit made on 2017-08-24
Get this branch:
git clone -b bugfix/FS-10028-refactor-verto-lib-to-remove-jquery https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
bugfix/FS-10028-refactor-verto-lib-to-remove-jquery
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

fd3692d... by Seven Du <email address hidden>

add clientReady following 34e491ffa1dca32846d1e0fb97e71f5ac7c34d22

1e10358... by Seven Du <email address hidden>

update following 89e3a7bb4afd7e2cd9d5b2e1585e4e41b4f64078

bb29ae9... by Seven Du <email address hidden>

and es6 instruction to README

9adc7ab... by Stefan Yohansson

FS-10028: [verto.js] Fix for firefox screenshare.

- Ported from Anthony Fix. (FS-10360)

95d7d35... by Stefan Yohansson

FS-10028: [verto.js] Bring "Verto on safari" fix.

issue FS-10420.

64c48ab... by Stefan Yohansson

FS-10028: [verto.js] Prefer arrow function.

Using arrow functions intead of anonymous function,
you'll preserve parent 'this' inside arrow function scope.

5cfd28a... by Stefan Yohansson

FS-10028: [verto.js] Added default values.

It'll prevent undefined values.

517bf67... by Stefan Yohansson

Fix unsubscribe channel logic in es6 version.

c38c684... by Stefan Yohansson

FS-10028 [verto_communicator] fix problem in async digest order.

angular digest order is wrong because members.clear is calling
applyAsync instead of apply. It'll stack members.clear in last position
of the digest queue.

- members.boot
- members.clear

it should be:

- members.clear
- members.boot

cea9afd... by Stefan Yohansson

FS-10028 [verto_communicator] Fix infoChannel callback function.