| java.lang.Object | |||
| ↳ | com.cisco.telephony.SEnum | ||
| ↳ | com.cisco.telephony.StringEnum | ||
| ↳ | com.cisco.telephony.CallEventID | ||
The CallEventID class enumerates through all the possible call events. To listen for these call events you must have a call listener.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CallEventID | CALL_ATTR_CHANGED | The CALL_ATTR_CHANGED event is thrown when the attributes of a call have changed. | |||||||||
| CallEventID | CALL_CAPABILITY | This indicates that allowed features on this call are changed. | |||||||||
| CallEventID | CALL_CONFPARTICIPANT_ROSTER_INFO | ||||||||||
| CallEventID | CALL_CREATED | The CALL_CREATED event is thrown with a new call is allocated. | |||||||||
| CallEventID | CALL_GCID_UPDATED | The CALL_GCID_UPDATED event is thrown when the global call id of a call has been updated. | |||||||||
| CallEventID | CALL_INFO_CHANGED | The CALL_INFO_CHANGED event is thrown when the CallInfo object has changed. | |||||||||
| CallEventID | CALL_LAST_DIGIT | CALL_LAST_DIGIT This indicates last digit is deleted successfully. | |||||||||
| CallEventID | CALL_LOG_DISPOSITION_CHANGED | The CALL_LOG_DISPOSITION_CHANGED event is thrown when the log disposition of a call has changed. | |||||||||
| CallEventID | CALL_PLACED_INFO_CHANGED | The CALL_PLACED_INFO_CHANGED event is thrown | |||||||||
| CallEventID | CALL_PRESERVED | If a call is preserved because of loosing control channel. | |||||||||
| CallEventID | CALL_PRIVACY | The CALL_PRIVACY event is thrown when the privacy of a call has changed. | |||||||||
| CallEventID | CALL_RECEIVED_INFO | This indicates SIP INFO has been received. | |||||||||
| CallEventID | CALL_RINGER_STATE | The CALL_RINGER_STATE event is thrown when the ringer state of a call has changed. | |||||||||
| CallEventID | CALL_SECURITY_CHANGED | The CALL_SECURITY_CHANGED event is thrown when the security state of a call has changed. | |||||||||
| CallEventID | CALL_STATE_CHANGED | The CALL_STATE_CHANGED event is thrown when the state of the call has changed. | |||||||||
| CallEventID | CALL_STATUS_CHANGED | The CALL_STATUS_CHANGED event is thrown when the status of a call has been changed. | |||||||||
| CallEventID | CALL_VIDEO_AVAILABLE | This indicates negotiated video direction has changed. | |||||||||
| CallEventID | CALL_VIDEO_OFFERED | This indicates remote want to escalate to video call. | |||||||||
| CallEventID | CALL_XFER_CONFERENCE_CANCELLED | The CALL_XFER_CONFERENCE_CANCELLED event is thrown with the user has canceled a conference or transfer after conferenceStart(MediaDirection) or transferStart(MediaDirection) has been called. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.cisco.telephony.StringEnum
| |||||||||||
From class
com.cisco.telephony.SEnum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
The CALL_ATTR_CHANGED event is thrown when the attributes of a call have changed.
CallAttributeEnumThis indicates that allowed features on this call are changed.
The CALL_CREATED event is thrown with a new call is allocated.
The CALL_GCID_UPDATED event is thrown when the global call id of a call has been updated.
The CALL_INFO_CHANGED event is thrown when the CallInfo object has changed.
CALL_LAST_DIGIT This indicates last digit is deleted successfully.
The CALL_LOG_DISPOSITION_CHANGED event is thrown when the log disposition of a call has changed.
The CALL_PLACED_INFO_CHANGED event is thrown
If a call is preserved because of loosing control channel.
The CALL_PRIVACY event is thrown when the privacy of a call has changed.
CallPrivacyEnumThis indicates SIP INFO has been received.
The CALL_RINGER_STATE event is thrown when the ringer state of a call has changed.
The CALL_SECURITY_CHANGED event is thrown when the security state of a call has changed.
CallSecurityEnumThe CALL_STATE_CHANGED event is thrown when the state of the call has changed.
CallStateEnumThe CALL_STATUS_CHANGED event is thrown when the status of a call has been changed.
This indicates negotiated video direction has changed.
This indicates remote want to escalate to video call.
The CALL_XFER_CONFERENCE_CANCELLED event is thrown with the user has canceled a conference or transfer after conferenceStart(MediaDirection) or transferStart(MediaDirection) has been called.