Class Index | File Index

Classes


Class finesse.restservices.Dialog.States

Possible Dialog State constants. The State flow of a typical in-bound Dialog is as follows: INITIATING, INITIATED, ALERTING, ACTIVE, DROPPED.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Indicates that the user has accepted an OUTBOUND_PREVIEW dialog.
 
Indicates that the dialog has a least one active participant.
 
Indicates that the call is ringing at a device.
 
Indicates that the dialog has no active participants.
 
Indicates that the dialog has failed.
 
Indicates that the phone is dialing at the device.
 
Indicates that the phone is off the hook at a device.
Class Detail
finesse.restservices.Dialog.States()
Field Detail
ACCEPTED
Indicates that the user has accepted an OUTBOUND_PREVIEW dialog.

ACTIVE
Indicates that the dialog has a least one active participant.

ALERTING
Indicates that the call is ringing at a device.

DROPPED
Indicates that the dialog has no active participants.

FAILED
Indicates that the dialog has failed.
See:
Dialog.ReasonStates

INITIATED
Indicates that the phone is dialing at the device.

INITIATING
Indicates that the phone is off the hook at a device.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)