RCRTCProxy Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RCRTCProxy.h |
host
代理地址, 默认值: @“”, 非 nil 或非 @“” 时有效
@property (nonatomic, copy) NSString *hostDiscussion
代理地址, 默认值: @“”, 非 nil 或非 @“” 时有效
Declared In
RCRTCProxy.h
ip
代理地址对应IP, 只读, 不可设置
@property (nonatomic, copy, readonly) NSString *ipDiscussion
代理地址对应IP, 只读, 不可设置
Declared In
RCRTCProxy.h
port
代理端口, 默认值: -1, 大于 0 时有效
@property (nonatomic, assign) NSInteger portDiscussion
代理端口, 默认值: -1, 大于 0 时有效
Declared In
RCRTCProxy.h