Lite API Getting started
This is a reduced footprint version of the Full API, intended to implement simple screen popping and call monitoring only. It is intended to be a pluggable replacement for the full Javascript API, but the vast majority of its features will intentionally not function, (although this will happen in a clean way).
The api-lite.js
is in fact built from the same fundamental components. In order to shrink the footprint of the API, many components are not included and instead are 'stubbed-out' with familiar methods and properties, which either indicate failure, or return correctly but without data.
Known issues
- Hotdesking is not correctly handled by the Lite API.