ACSCallAgentOptions Class
Declaration
@interface ACSCallAgentOptions : NSObject;
Description
Options for creating CallAgent
Methods
init
Creates a new instance with a default options
-(instancetype)init;
Properties
displayName
Specify the display name of the local participant for all new calls
@property (retain, nonnull) NSString * displayName;
emergencyCallOptions
Emergency call options when creating a call agent
@property (retain, nullable) ACSEmergencyCallOptions * emergencyCallOptions;
callKitOptions
callKit Options while creating a call agent
@property(retain, nullable) ACSCallKitOptions* callKitOptions;