An alternative javascript modules for the Freeswitch based on quickjs.
A quite stable version with the basic features and partial compatibility with the old spidermonkey scripts. Links relevant for this version:
This version focused on adding features to make interactive systems faster to develop.
In particular:
- added the IVS object that helps to capture media streams and work with them
see: v16_echo.js (and other examples with v16_ prefix) - new features in the Curl object that allows to work in asynchronous mode
see: curl_async_test.js - new examples: