getVersion API
Returns the application version.
Returns:
Type | Description |
---|---|
JS Promise | A Javascript Promise that return an object containing the following properties:
|
Example:
LIVECHAT.getVersion()
.then(function(data){
console.log("[CTLIVE VERSION] [" + data.version +"]");
});