ACSCallNetworkOptions Class

Declaration

@interface ACSCallNetworkOptions : NSObject;

Description

Network options for call client

Methods

init

Creates a new instance with a default network options.

-(instancetype)init;

Properties

proxyUrl

Url to be used for proxy.

@property (retain, nonnull) NSString * proxyUrl;

iceServers

@property (copy, nonnull) NSArray<ACSIceServer *> * iceServers;