Skip to content

Commit

Permalink
Merge pull request #589 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Jan 4, 2024
2 parents 3f3c353 + ec8f077 commit d31c663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/document/flutter/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 新增 `EMContactManager#getAllContacts` 方法[从本地分页获取好友列表](user_relationship.html#从本地获取好友列表),每个好友对象包含好友的用户 ID 和好友备注。一次性获取本地好友列表(只包含好友的用户 ID)的原接口 `getAllContactsFromDB` 已废弃,由 `getAllContactIds` 替换。
- 新增 `EMMessage#isBroadcast` 属性用于判断该消息是否为聊天室全局广播消息。可通过[调用 REST API 发送聊天室全局广播消息](/document/server-side/message_chatroom.html#发送聊天室全局广播消息)
- 新增 `EMGroupManager#fetchJoinedGroupCount` 方法用于从服务器获取当前用户已加入的群组数量。
- 新增[错误码 706](/android/error.html),表示聊天室所有者不允许离开聊天室。若初始化时,`EMOptions#isChatRoomOwnerLeaveAllowed` 参数设置为 false,聊天室所有者调用 `EMChatRoomManager#leaveChatroom` 方法离开聊天室时会提示该错误。
- 新增[错误码 706](/document/android/error.html),表示聊天室所有者不允许离开聊天室。若初始化时,`EMOptions#isChatRoomOwnerLeaveAllowed` 参数设置为 false,聊天室所有者调用 `EMChatRoomManager#leaveChatroom` 方法离开聊天室时会提示该错误。
- 新增 `EMOptions#enableEmptyConversation` 属性用于在初始化时配置获取会话列表时是否允许返回空会话。
- 申请入群被拒绝的回调 `EMGroupEventHandler#onRequestToJoinDeclinedFromGroup` 中新增 decliner 和 applicant 参数表示申请者和拒绝者的用户 ID。

Expand Down
2 changes: 1 addition & 1 deletion docs/document/web/demo_vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- Vue 2 下载源代码:[github 源码地址](https://github.com/easemob/webim-vue-demo/tree/dev-4.0)
- Vue 3 下载源代码:[github 源码地址](https://github.com/easemob/webim-vue-demo/tree/demo-vue3)
- Vue 3(miniCore) 下载源码:[github 源码地址](https://github.com/easemob/webim-vue-demo/tree/vue3-miniCore) **miniCore 版本提供 WebIM SDK 按需引入示例以及本地会话使用方式示例,后续新功能将在此版本新增**
- Vue 3(miniCore) 下载源码:[github 源码地址](https://github.com/easemob/webim-vue-demo/tree/vue3-miniCore) **miniCore 版本提供 WebIM SDK 按需引入示例以及本地会话使用方式示例,后续新功能将在此版本添加**

欢迎大家提交 PR 改进和修复 Web IM 中的问题。

Expand Down

0 comments on commit d31c663

Please sign in to comment.