Partager via


Protocole ACSCallAgentDelegate

Déclaration

@protocol ACSCallAgentDelegate;

Description

Ensemble de méthodes appelées par ACSCallAgent en réponse à des événements importants.

Méthodes

onCallsUpdated

Événement CallsUpdated. Se produit lorsqu’un nouvel appel est créé, en cas d’appel entrant ou lorsqu’un appel existant est déconnecté.

-(void)onCallsUpdated:(ACSCallAgent *)sender :(ACSCallsUpdatedEventArgs *)args {

Paramètres

  • sender - Objet qui a envoyé la notification
  • args - CallUpdated details

onIncomingCall

événement onIncomingCall. Se produit lorsque l’appel entrant est reçu à partir de PushNotification ou Trouter.

-(void)onIncomingCall:(ACSCallAgent *)sender :(ACSIncomingCall *)incomingCall {

Paramètres

  • sender -
  • incomingCall -