agora_chat_SDK
3.8.2
|
#import <AgoraOptions+PrivateDeploy.h>
Properties | |
BOOL | enableDnsConfig |
int | chatPort |
NSString * | chatServer |
NSString * | restServer |
NSString * | dnsURL |
NSDictionary * | extension |
AgoraOptions+PrivateDeploy.h SDK setting options of private deployment
|
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.
|
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.
|
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.
|
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.
|
readwritenonatomicstrong |
Options extension
Extends class AgoraOptions.
|
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.