ACSIncomingCallDelegate Protocol

Declaration

@protocol ACSIncomingCallDelegate;

Description

A set of methods that are called by ACSIncomingCall in response to important events.

Methods

onCallEnded

OnCallEnded Event. Occurs when recording incoming call was not answered and call ended.

-(void)onCallEnded:(ACSIncomingCall *)sender :(ACSPropertyChangedEventArgs *)args {

Parameters

  • sender - The call object which state had changed.
  • args - Information about the call state.