Skip to content

Commit 74fbe62

Browse files
committed
docs: add livekit plugin document link
1 parent b6e9190 commit 74fbe62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/web/src/plugin/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PluginManager {
2424
const installedPlugins = _uniqBy(
2525
[...builtinPlugins, ...(await this.getInstalledPlugins())],
2626
'name'
27-
);
27+
); // 基于名称去重,确保不会重复安装插件
2828

2929
const plugins = installedPlugins.map(({ name, url }) => ({
3030
name,

server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "com.msgbyte.livekit",
44
"url": "{BACKEND}/plugins/com.msgbyte.livekit/index.js",
55
"icon": "{BACKEND}/plugins/com.msgbyte.livekit/assets/icon.png",
6+
"documentUrl": "https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.livekit",
67
"version": "0.0.0",
78
"author": "moonrailgun",
89
"description": "Add livekit to provide meeting and live streaming feature",

0 commit comments

Comments
 (0)