public final class

CallEventID

extends StringEnum
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.SEnum
     ↳ com.cisco.telephony.StringEnum
       ↳ com.cisco.telephony.CallEventID

Class Overview

The CallEventID class enumerates through all the possible call events. To listen for these call events you must have a call listener.

See Also
  • addListener(ICallListener)
  • addCallListener(ICallListener)
  • addCallListener(ICallListener)

Summary

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
CallEventID()
CallEventID(Parcel in)
CallEventID(String id)
[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

Constants

public static final CallEventID CALL_ATTR_CHANGED

The CALL_ATTR_CHANGED event is thrown when the attributes of a call have changed.

See Also

public static final CallEventID CALL_CAPABILITY

This indicates that allowed features on this call are changed.

public static final CallEventID CALL_CONFPARTICIPANT_ROSTER_INFO

public static final CallEventID CALL_CREATED

The CALL_CREATED event is thrown with a new call is allocated.

public static final CallEventID CALL_GCID_UPDATED

The CALL_GCID_UPDATED event is thrown when the global call id of a call has been updated.

See Also
  • getGCID()

public static final CallEventID CALL_INFO_CHANGED

The CALL_INFO_CHANGED event is thrown when the CallInfo object has changed.

See Also
  • getCallInfo()
  • ICallInfo

public static final CallEventID CALL_LAST_DIGIT

CALL_LAST_DIGIT This indicates last digit is deleted successfully.

public static final CallEventID CALL_LOG_DISPOSITION_CHANGED

The CALL_LOG_DISPOSITION_CHANGED event is thrown when the log disposition of a call has changed.

See Also
  • ICallInfo#getCallLogDisposition()
  • CallLogDispositionEnum

public static final CallEventID CALL_PLACED_INFO_CHANGED

The CALL_PLACED_INFO_CHANGED event is thrown

public static final CallEventID CALL_PRESERVED

If a call is preserved because of loosing control channel.

public static final CallEventID CALL_PRIVACY

The CALL_PRIVACY event is thrown when the privacy of a call has changed.

See Also

public static final CallEventID CALL_RECEIVED_INFO

This indicates SIP INFO has been received.

See Also
  • getINFOBody()
  • getINFOType()

public static final CallEventID CALL_RINGER_STATE

The CALL_RINGER_STATE event is thrown when the ringer state of a call has changed.

See Also
  • ICallInfo#getRingerState()
  • ICallInfo#getRingerMode()
  • RingerModeEnum

public static final CallEventID CALL_SECURITY_CHANGED

The CALL_SECURITY_CHANGED event is thrown when the security state of a call has changed.

See Also

public static final CallEventID CALL_STATE_CHANGED

The CALL_STATE_CHANGED event is thrown when the state of the call has changed.

See Also

public static final CallEventID CALL_STATUS_CHANGED

The CALL_STATUS_CHANGED event is thrown when the status of a call has been changed.

See Also
  • ICallInfo#getStatus()

public static final CallEventID CALL_VIDEO_AVAILABLE

This indicates negotiated video direction has changed.

See Also
  • getVideoDirection()

public static final CallEventID CALL_VIDEO_OFFERED

This indicates remote want to escalate to video call.

public static final 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.

See Also
  • cancelTransferOrConferenceFeature()

Public Constructors

public CallEventID ()

public CallEventID (Parcel in)

public CallEventID (String id)