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;