ACSCallClientOptions 클래스
선언
@interface ACSCallClientOptions : NSObject;
Description
호출 클라이언트를 만들 때 전달할 옵션
메서드
init
호출 클라이언트에 대한 기본 구성을 사용하여 새 instance 만듭니다.
-(instancetype)init;
속성
진단
호출 클라이언트를 만들 때 진단 옵션 호출
@property (retain, nullable) ACSCallDiagnosticsOptions * diagnostics;
network
통화 클라이언트를 만들 때 네트워크 옵션 호출
@property (retain, nullable) ACSCallNetworkOptions * network;