ACSCallClientOptions 類別
宣告
@interface ACSCallClientOptions : NSObject;
Description
建立呼叫用戶端時要傳遞的選項
方法
init
使用呼叫客戶端的預設組態建立新的實例
-(instancetype)init;
屬性
診斷
建立呼叫用戶端時呼叫診斷選項
@property (retain, nullable) ACSCallDiagnosticsOptions * diagnostics;
network
建立通話用戶端時呼叫網路選項
@property (retain, nullable) ACSCallNetworkOptions * network;