ACSCallNetworkOptions-Klasse
Deklaration
@interface ACSCallNetworkOptions : NSObject;
BESCHREIBUNG
Netzwerkoptionen für den Anrufclient
Methoden
init
Erstellt eine neue instance mit Standardnetzwerkoptionen.
-(instancetype)init;
Eigenschaften
proxyUrl
Url, die für den Proxy verwendet werden soll.
@property (retain, nonnull) NSString * proxyUrl;
iceServers
@property (copy, nonnull) NSArray<ACSIceServer *> * iceServers;