diff --git a/docs/document/flutter/releasenote.md b/docs/document/flutter/releasenote.md index 5d7d06998..3006fd9f7 100644 --- a/docs/document/flutter/releasenote.md +++ b/docs/document/flutter/releasenote.md @@ -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。 diff --git a/docs/document/web/demo_vue.md b/docs/document/web/demo_vue.md index 8a94b0170..1192213d9 100644 --- a/docs/document/web/demo_vue.md +++ b/docs/document/web/demo_vue.md @@ -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 中的问题。