@ama-team/voxengine-definitions
Version:
Library for developing VoxImplant applications
35 lines (30 loc) • 798 B
JavaScript
/**
* @module Modules.CallList
*/
/**
* @namespace CallList
*/
/**
* Report error to Call List processor
*
* @function CallList.reportError
*
* @param {string|object} error Error string or JSON
* @param {function} [whenDone] Callback that is executed when notification is processed
*/
/**
* Report progress to Call List processor
*
* @function CallList.reportProgress
*
* @param {string|object} progress Progress description string or JSON
* @param {function} [whenDone] Callback that is executed when notification is processed
*/
/**
* Report result to Call List processor
*
* @function CallList.reportResult
*
* @param {string|object} result Result description string or JSON
* @param {function} [whenDone] Callback that is executed when notification is processed
*/