ACSCallClientOptions 类

声明

@interface ACSCallClientOptions : NSObject;

Description

创建呼叫客户端时要传递的选项

Methods

初始化

为呼叫客户端创建具有默认配置的新实例

-(instancetype)init;

属性

diagnostics

创建呼叫客户端时的呼叫诊断选项

@property (retain, nullable) ACSCallDiagnosticsOptions * diagnostics;

网络

创建呼叫客户端时的呼叫网络选项

@property (retain, nullable) ACSCallNetworkOptions * network;