Skip to content

Commit c254f6c

Browse files
committed
Update privatecloud.md
添加iOS端私有化环境配置头文件
1 parent 6c1875d commit c254f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/document/v2/ios/privatecloud.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
SDK 默认指向公有云地址,在部署私有云后,需要将地址重新指向到新的地址,以下是地址修改方法:
88

99
```objectivec
10+
11+
#import <HyphenateChat/EMOptions+PrivateDeploy.h>
12+
1013
EMOptions *options = [EMOptions optionsWithAppkey:appkey];
1114
options.enableDnsConfig = NO;
1215
options.chatPort = 8080;//设置端口号

0 commit comments

Comments
 (0)