Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/document/ios/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

### 方法二:手动复制 SDK 文件

打开 SDK 下载页面,获取最新版的环信即时通讯 IM SDK SDK,然后解压。
打开 SDK 下载页面,获取最新版的环信即时通讯 IM SDK,然后解压。

将 SDK 包内的 `HyphenateChat.xcframework` 拖入到你的工程中。

Expand Down
2 changes: 1 addition & 1 deletion docs/document/server-side/message_modify_text_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ PUT https://{host}/{org_name}/{app_name}/messages/rewrite/{msg_id}
| `new_msg.msg` | String | 是 | 修改后的消息内容。**该字段只对文本消息生效。**|
| `new_msg.customEvent` | String | 否 | 用户自定义的事件类型。该参数的值必须满足正则表达式 `[a-zA-Z0-9-_/\.]{1,32}`,长度为 1-32 个字符。**该字段只对自定义消息生效。** |
| `new_msg.customExts` | JSON | 否 | 用户自定义的事件属性,类型必须是 `Map<String,String>`,最多可以包含 16 个元素。**该字段只对自定义消息生效。** |
| `new_ext` | JSON | 否 | 修改后的消息扩展信息。**该字段只对自定义消息生效。**|
| `new_ext` | JSON | 否 | 修改后的消息扩展信息。|
| `is_combine_ext` | Boolean | 否 | 修改后的消息扩展信息与原有扩展信息是合并还是替换。<br/> - (默认)`true`:合并;<br/> - `false`:替换。|

## HTTP 响应
Expand Down
2 changes: 1 addition & 1 deletion docs/uikit/chatuikit/ios/chatuikit_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

### 第二步 执行 pod 命令

1. 点击打开 `chatuikit-ios` 文件夹。
1. 点击打开 `easemob-uikit-ios` 文件夹。

2. 将 `Example` 文件夹拖拽到终端。

Expand Down