宣言
@interface ACSIceServer : NSObject;
Description
ICE サーバーについて説明します
Methods
初期化
デフォルト構成で新しいインスタンスを作成します。
-(instancetype)init;
プロパティ
urls
ICE サーバーの URL
@property (copy, nonnull) NSArray<NSString *> * urls;
realm
ICEサーバー用のRealm
@property (retain, nonnull) NSString * realm;
tcpポート
ICE サーバーの TCP ポート
@property int tcpPort;
udpポート
ICE サーバー用の UDP ポート
@property int udpPort;
ユーザー名
ICE サーバーのユーザー名 (サーバーに資格情報が必要な場合)
@property (retain, nonnull) NSString * username;
パスワード
ICE サーバーのパスワード (サーバーに資格情報が必要な場合)
@property (retain, nonnull) NSString * password;