agora_chat_SDK  3.8.2
Properties | List of all members
AgoraOptions(PrivateDeploy) Category Reference

#import <AgoraOptions+PrivateDeploy.h>

Properties

BOOL enableDnsConfig
 
int chatPort
 
NSString * chatServer
 
NSString * restServer
 
NSString * dnsURL
 
NSDictionary * extension
 

Detailed Description

AgoraOptions+PrivateDeploy.h SDK setting options of private deployment

Author
Hyphenate
Version
3.0

Property Documentation

- (int) chatPort
readwritenonatomicassign

IM server port

chatPort is Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [AgoraChatClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class AgoraOptions.

- (NSString*) chatServer
readwritenonatomiccopy

IM server

chatServer is Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [AgoraChatClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class AgoraOptions.

- (NSString*) dnsURL
readwritenonatomiccopy

DNS url

dnsURL Only effective when isDNSEnabled is YES. Can only be set when initializing the SDK with [AgoraChatClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class AgoraOptions.

- (BOOL) enableDnsConfig
readwritenonatomicassign

Whether to allow using DNS, default is YES

Can only be set when initializing the SDK [AgoraChatClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class AgoraOptions.

- (NSDictionary*) extension
readwritenonatomicstrong

Options extension

Extends class AgoraOptions.

- (NSString*) restServer
readwritenonatomiccopy

REST server

restServer Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [AgoraChatClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class AgoraOptions.


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