com.cisco.jabber.guest.JabberGuestCall.State Enum Reference

Represent the different states that a JabberGuestCall instance can be in. More...

Public Member Functions

boolean isActive ()
 Return true if the state is one of GuestCallStateConnecting, GuestCallStateConnected or GuestCallStateDisconnecting.
 

Public Attributes

 GuestCallStateDisconnected
 JabberGuestCall instance has been fully initialized, and is ready to place a call to the given uri during its construction.
 
 GuestCallStateConnecting
 JabberGuestCall instance is currently trying to connect a call to the called party from the uri that it was given when it was created. More...
 
 GuestCallStateConnected
 JabberGuestCall instance is currently connected to the called party from the uri that it was given when it was created. More...
 
 GuestCallStateDisconnecting
 JabberGuestCall instance is either attempting to end an active call at the request of the device user, or the called party has ended the active call. More...
 

Detailed Description

Represent the different states that a JabberGuestCall instance can be in.

Member Data Documentation

com.cisco.jabber.guest.JabberGuestCall.State.GuestCallStateConnected

JabberGuestCall instance is currently connected to the called party from the uri that it was given when it was created.

All applicable audio and/or video streams are established and an active call is in progress.

com.cisco.jabber.guest.JabberGuestCall.State.GuestCallStateConnecting

JabberGuestCall instance is currently trying to connect a call to the called party from the uri that it was given when it was created.

During this time, the JabberGuestCall instance is attempting to connect to the called party, negotiate audio and/or video via SDP, and setup the multimedia streams as appropriate.

com.cisco.jabber.guest.JabberGuestCall.State.GuestCallStateDisconnecting

JabberGuestCall instance is either attempting to end an active call at the request of the device user, or the called party has ended the active call.

During this state, the JabberGuestCall instance will begin cleaning up all resources related to the previous call as appropriate.