From 46ca226f96e779e4196554e2198d1149af5d41ec Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 12 Jun 2023 16:02:36 +0800 Subject: [PATCH] style: fix name typo of com.msgbyte.agora --- .../web/plugins/com.msgbyte.agora/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/src/index.tsx b/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/src/index.tsx index a8464495..2472a724 100644 --- a/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/src/index.tsx +++ b/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/src/index.tsx @@ -7,7 +7,7 @@ console.log('Plugin 声网音视频 is loaded'); // 发起群组会议 regPluginPanelAction({ - name: 'plugin:com.msgbyte.meeting/groupAction', + name: 'plugin:com.msgbyte.agora/groupAction', label: Translate.startCall, position: 'group', icon: 'mdi:video-box',