ACSCallAgentOptions 类
@interface ACSCallAgentOptions : NSObject;
用于创建 CallAgent 的选项
使用默认选项创建新实例
-(instancetype)init;
指定所有新呼叫的本地参与者的显示名称
@property (retain, nonnull) NSString * displayName;
创建呼叫代理时的紧急呼叫选项
@property (retain, nullable) ACSEmergencyCallOptions * emergencyCallOptions;
创建呼叫代理时的 callKit 选项
@property(retain, nullable) ACSCallKitOptions* callKitOptions;