共用方式為


ACSCallNetworkOptions 類別

宣告

@interface ACSCallNetworkOptions : NSObject;

Description

通話客戶端的網路選項

方法

init

使用預設網路選項建立新的實例。

-(instancetype)init;

屬性

proxyUrl

要用於 Proxy 的 URL。

@property (retain, nonnull) NSString * proxyUrl;

iceServers

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