We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6145321 + 12db275 commit 534c2bcCopy full SHA for 534c2bc
docs/document/web/import_sdk_minicore.md
@@ -21,6 +21,7 @@ miniCore 是一个基座,支持登录登出和发送消息等[基础功能](ht
21
| 子区 | import \* as threadPlugin from "easemob-websdk/thread/thread"; | miniCore.usePlugin(threadPlugin, "thread"); |
22
| 翻译 | import \* as translationPlugin from "easemob-websdk/translation/translation"; | miniCore.usePlugin(translationPlugin, "translation"); |
23
| 在线状态订阅 | import \* as presencePlugin from "easemob-websdk/presence/presence"; | miniCore.usePlugin(presencePlugin, "presence"); |
24
+| 会话免打扰 | import \* as silentPlugin from "easemob-websdk/silent/silent"; | miniCore.usePlugin(silentPlugin, "silent"); |
25
26
## 按需导入 SDK 模块
27
0 commit comments