com.cisco.jabber.guest.sdk.JabberGuestCall.AutoCallEvent Enum Reference

Represent the different events that take place once a auto call is either in the prepared or executed states. More...

Public Attributes

 PREPARED
 JabberGuestCall instance finished prepare auto call. More...
 
 EXECUTED
 JabberGuestCall instance finished execute auto call. More...
 

Detailed Description

Represent the different events that take place once a auto call is either in the prepared or executed states.

Member Data Documentation

com.cisco.jabber.guest.sdk.JabberGuestCall.AutoCallEvent.EXECUTED

JabberGuestCall instance finished execute auto call.

Received when delay secs from event(ACTION_AUTO_CALL_EVENT) by ARG_AUTO_CALL_DELAY_SECS is 0 or positive.

com.cisco.jabber.guest.sdk.JabberGuestCall.AutoCallEvent.PREPARED

JabberGuestCall instance finished prepare auto call.

Received when delay secs from event(ACTION_AUTO_CALL_EVENT) by ARG_AUTO_CALL_DELAY_SECS is negative, 0 or positive.