Class Index | File Index

Classes


Class finesse.restservices.Dialog.ParticipantStates

Possible Dialog Participant State constants.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Indicates that the participant has accepted the dialog.
 
Indicates that the participant is active on the call.
 
Indicates that an incoming call is ringing on the device.
 
Indicates that the participant has dropped from the call.
 
Indicates that the call failed.
 
Indicates that the participant has held their connection to the call.
 
Indicates that the phone is dialing at a device.
 
Indicates that an outgoing call, not yet active, exists on the device.
 
Indicates that the participant is not in active state on the call, but is wrapping up after the participant has dropped from the call.
Class Detail
finesse.restservices.Dialog.ParticipantStates()
Field Detail
ACCEPTED
Indicates that the participant has accepted the dialog. This state is applicable to OUTBOUND_PREVIEW dialogs.

ACTIVE
Indicates that the participant is active on the call.

ALERTING
Indicates that an incoming call is ringing on the device.

DROPPED
Indicates that the participant has dropped from the call.

FAILED
Indicates that the call failed.
See:
Dialog.ReasonStates

HELD
Indicates that the participant has held their connection to the call.

INITIATED
Indicates that the phone is dialing at a device.

INITIATING
Indicates that an outgoing call, not yet active, exists on the device.

WRAP_UP
Indicates that the participant is not in active state on the call, but is wrapping up after the participant has dropped from the call.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jan 02 2020 09:55:47 GMT-0500 (EST)