ACSCallClientOptions Class

Declaration

@interface ACSCallClientOptions : NSObject;

Description

Options to be passed when creating a call client

Methods

init

Creates a new instance with a default configuration for the call client

-(instancetype)init;

Properties

diagnostics

Call Diagnostics options when creating a call client

@property (retain, nullable) ACSCallDiagnosticsOptions * diagnostics;

network

Call network options when creating a call client

@property (retain, nullable) ACSCallNetworkOptions * network;