Skip to content

Commit

Permalink
Merge pull request #1057 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Nov 26, 2024
2 parents 4c3a35b + 4442272 commit 95eb273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ const documentSidebar = [
{ text: '管理群组', link: 'group_manage.html' },
{ text: '管理群组文件', link: 'group_file.html' },
{ text: '管理群组成员',
collapsible: true,
children: [
{ text: '获取成员列表', link: 'group_member_obtain.html' },
{ text: '添加/移除成员', link: 'group_member_add_delete.html' },
Expand All @@ -374,6 +375,7 @@ const documentSidebar = [
{ text: '管理聊天室', link: 'chatroom_manage.html' },
{ text: '管理聊天室属性', link: 'chatroom_attribute.html' },
{ text: '管理聊天室成员',
collapsible: true,
children: [
{ text: '获取成员列表', link: 'chatroom_member_obtain.html' },
{ text: '添加/移除成员', link: 'chatroom_member_add_delete.html' },
Expand Down
4 changes: 2 additions & 2 deletions docs/document/server-side/chatroom_label_mute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Toc />

环信即时通讯 IM 支持设置用户在聊天室中的标签,并按标签用户禁言。**要使用这些 RESTful API,需联系商务开通功能。**
环信即时通讯 IM 支持设置用户在聊天室中的标签,并按标签用户禁言。

## 前提条件

Expand Down Expand Up @@ -50,7 +50,7 @@

为提高项目的安全性,环信使用 token(动态密钥)对即将登录即时通讯系统的用户进行鉴权。即时通讯 REST API 推荐使用 app token 的鉴权方式,详见 [使用 App Token 鉴权](easemob_app_token.html)

## 按聊天室用户标签禁言
## 按用户在聊天室中的标签禁言

可以控制标签下的用户是否可以在聊天室中发言。

Expand Down

0 comments on commit 95eb273

Please sign in to comment.