Agora RTC Objective-C API Reference  Refactor
Properties
AgoraRtmProxyConfig Class Reference

Inherits <NSObject>, and <NSCopying>.

Properties

AgoraRtmProxyType proxyType
 
NSString * server
 
unsigned short port
 
NSString * account
 
NSString * password
 

Method Documentation

◆ NS_UNAVAILABLE

- (instancetype _Nullable) NS_UNAVAILABLE

◆ initWithServer:port:proxyType:

- (instancetype _Nonnull) initWithServer: (NSString *_Nonnull)  server
port: (unsigned short)  port
proxyType: (AgoraRtmProxyType proxyType 

Property Documentation

◆ proxyType

- (AgoraRtmProxyType) proxyType
readwritenonatomicassign

The Proxy type.

◆ server

- (NSString*) server
readwritenonatomiccopy

The Proxy server address.

◆ port

- (unsigned short) port
readwritenonatomicassign

The Proxy server port.

◆ account

- (NSString*) account
readwritenonatomiccopy

The Proxy user account.

◆ password

- (NSString*) password
readwritenonatomiccopy

The Proxy password.