AgoraChatSDK 1.14.0
Properties | List of all members
AgoraChatOptions(PrivateDeploy) Category Reference

#import <AgoraChatOptions+PrivateDeploy.h>

Properties

BOOL enableDnsConfig
 
int chatPort
 
NSString * chatServer
 
NSString * restServer
 
BOOL enableTLSConnection
 
NSString * dnsURL
 

Detailed Description

@header AgoraChatOptions+PrivateDeploy.h @abstract The SDK setting options of private deployment.

Author
Hyphenate
Version
3.0

Property Documentation

◆ chatPort

- (int) chatPort
readwritenonatomicassign

The chat server port.

This property is effective only when enableDnsConfig is NO. Can only be set when initializing the SDK with initializeSDKWithOptions: , cannot be altered in runtime.

Extends class AgoraChatOptions.

◆ chatServer

- (NSString*) chatServer
readwritenonatomiccopy

The chat server.

This property is effective only when enableDnsConfig is NO. Can only be set when initializing the SDK with initializeSDKWithOptions: , cannot be altered in runtime.

Extends class AgoraChatOptions.

◆ dnsURL

- (NSString*) dnsURL
readwritenonatomiccopy

The DNS url.

This property is effective only when enableDnsConfig is YES. Can only be set when initializing the SDK with initializeSDKWithOptions: , cannot be altered in runtime.

Extends class AgoraChatOptions.

◆ enableDnsConfig

- (BOOL) enableDnsConfig
readwritenonatomicassign

Whether to allow using DNS. The default value is YES.

Can only be set when initializing the SDK initializeSDKWithOptions: , cannot be altered in runtime.

Extends class AgoraChatOptions.

◆ enableTLSConnection

- (BOOL) enableTLSConnection
readwritenonatomicassign

Whether to enable TLS encryption when connecting to chatServer.The default value is NO.

This property is effective only when enableDnsConfig is NO. Can only be set when initializing the SDK with initializeSDKWithOptions: , cannot be altered in runtime

Extends class AgoraChatOptions.

◆ restServer

- (NSString*) restServer
readwritenonatomiccopy

The REST server.

This property is effective only when enableDnsConfig is NO. Can only be set when initializing the SDK with initializeSDKWithOptions: , cannot be altered in runtime

Extends class AgoraChatOptions.


The documentation for this category was generated from the following file: