Skip to content

Commit ccfa3eb

Browse files
fixed lowcoder-comps agora loading
1 parent acfa2a1 commit ccfa3eb

File tree

3 files changed

+424
-468
lines changed

3 files changed

+424
-468
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"@fullcalendar/timeline": "^6.1.6",
2020
"@types/react": "^18.2.45",
2121
"@types/react-dom": "^18.2.18",
22+
"agora-rtc-sdk-ng": "^4.20.2",
23+
"agora-rtm-sdk": "^1.5.1",
2224
"big.js": "^6.2.1",
2325
"echarts-extension-gmap": "^1.6.0",
2426
"echarts-wordcloud": "^2.1.0",
@@ -102,4 +104,4 @@
102104
"vite": "^5.0.12",
103105
"vite-tsconfig-paths": "^3.6.0"
104106
}
105-
}
107+
}

client/packages/lowcoder-comps/src/comps/agoraMeetingComp/meetingControllerComp.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -831,20 +831,9 @@ MTComp = withMethodExposing(MTComp, [
831831
});
832832
},
833833
},
834-
// {
835-
// method: {
836-
// name: "closeDrawer",
837-
// description: trans("drawer.closeDrawerDesc"),
838-
// params: [],
839-
// },
840-
// execute: (comp : any, values: any) => {
841-
// comp.children.visible.getView().onChange(false);
842-
// },
843-
// },
844834
]);
845835

846836
export const MeetingControllerComp = withExposingConfigs(MTComp, [
847-
// new NameConfig("visible", trans("export.visibleDesc")),
848837
new NameConfig("appId", trans("meeting.appid")),
849838
new NameConfig("localUser", trans("meeting.host")),
850839
new NameConfig("participants", trans("meeting.participants")),

0 commit comments

Comments
 (0)