ACSIceServer クラス
宣言
@interface ACSIceServer : NSObject;
説明
ICE サーバーについて説明します
メソッド
Init
既定の構成で新しいインスタンスを作成します。
-(instancetype)init;
プロパティ
urls
ICE サーバーの URL
@property (copy, nonnull) NSArray<NSString *> * urls;
realm
ICE サーバーの領域
@property (retain, nonnull) NSString * realm;
tcpPort
ICE サーバーの TCP ポート
@property int tcpPort;
udpPort
ICE サーバーの UDP ポート
@property int udpPort;
username
サーバーに資格情報が必要な場合の ICE サーバーのユーザー名
@property (retain, nonnull) NSString * username;
password
サーバーに資格情報が必要な場合の ICE サーバーのパスワード
@property (retain, nonnull) NSString * password;