Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>, and <NSCopying>.
Properties | |
AgoraRtmProxyType | proxyType |
NSString * | server |
unsigned short | port |
NSString * | account |
NSString * | password |
- (instancetype _Nullable) NS_UNAVAILABLE |
- (instancetype _Nonnull) initWithServer: | (NSString *_Nonnull) | server | |
port: | (unsigned short) | port | |
proxyType: | (AgoraRtmProxyType) | proxyType | |
|
readwritenonatomicassign |
The Proxy type.
|
readwritenonatomiccopy |
The Proxy server address.
|
readwritenonatomicassign |
The Proxy server port.
|
readwritenonatomiccopy |
The Proxy user account.
|
readwritenonatomiccopy |
The Proxy password.