Partager via


Classe ACSCallAgentOptions

Déclaration

@interface ACSCallAgentOptions : NSObject;

Descriptif

Options de création de CallAgent

Méthodes

Init

Crée une nouvelle instance avec une option par défaut

-(instancetype)init;

Propriétés

nom d’affichage

Spécifiez le nom d’affichage du participant local pour tous les nouveaux appels

@property (retain, nonnull) NSString * displayName;

emergencyCallOptions

Options d’appel d’urgence lors de la création d’un agent d’appel

@property (retain, nullable) ACSEmergencyCallOptions * emergencyCallOptions;

callKitOptions

Options callKit lors de la création d’un agent d’appel

@property(retain, nullable) ACSCallKitOptions* callKitOptions;