ACSCallAgentDelegate Protocol
Declaration
@protocol ACSCallAgentDelegate;
Description
A set of methods that are called by ACSCallAgent in response to important events.
Methods
onCallsUpdated
CallsUpdated event. Occurs when a new call is created, in case of an incoming call or when an existing call is disconnected.
-(void)onCallsUpdated:(ACSCallAgent *)sender :(ACSCallsUpdatedEventArgs *)args {
Parameters
sender
- Object that sent the notificationargs
- CallUpdated details
onIncomingCall
onIncomingCall Event. Occurs when incoming call is recieved from PushNotification or Trouter.
-(void)onIncomingCall:(ACSCallAgent *)sender :(ACSIncomingCall *)incomingCall {
Parameters
sender
-incomingCall
-