Skip to content

Commit

Permalink
Merge pull request #736 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Apr 25, 2024
2 parents a49bfc7 + 8a3ef4c commit 6b9a39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/document/ios/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SDK 支持 **CocoaPods 导入**和**手动导入**两种方式。

### 方法二:手动导入 SDK v3.8.9.1 及以上版本

1. 下载最新版的 [HyphenateChat iOS SDK](https://downloadsdk.easemob.com/downloads/iOS_IM_SDK_V3.8.9.1.zip) 并解压。
1. 下载最新版的 [HyphenateChat iOS SDK](https://www.easemob.com/download/im) 并解压。
2. 复制 SDK 包中的 `HyphenateChat.framework` 至项目路径下。
3. 打开 Xcode,进入 **TARGETS > Project Name > General > Frameworks, Libraries, and Embedded Content**菜单。
4. 点击 **+ > Add Other… > Add Files** 添加对应动态库,并确保添加的动态库 **Embed** 属性设置为 **Embed & Sign**
Expand Down
2 changes: 1 addition & 1 deletion docs/document/server-side/callback_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ payload 示例:
| payload.type | 会话已读回执类型。 | |
| from | String | 发送已读回执的用户。|
| to | String | 接收已读回执的用户。 |
| msg_id | String | 已读回执消息的消息 ID。 |
| msg_id | String | 已读回执的消息 ID。 |

会话已读回执的回调请求示例:

Expand Down

0 comments on commit 6b9a39b

Please sign in to comment.