Skip to content

Commit 1eb2856

Browse files
authored
Merge pull request #832 from lowcoder-org/condition-load-agora
Agora Meetings in lowcoder-comps - production ready
2 parents d7bc60c + d6cbbaf commit 1eb2856

23 files changed

+1412
-1301
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 26 additions & 0 deletions
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",
@@ -32,6 +34,30 @@
3234
"lowcoder": {
3335
"description": "",
3436
"comps": {
37+
"meetingController": {
38+
"name": "Agora Meeting Controller",
39+
"icon": "./icons/icon-comp-calendar.svg",
40+
"layoutInfo": {
41+
"w": 15,
42+
"h": 60
43+
}
44+
},
45+
"meetingSharing": {
46+
"name": "Agora Meeting Sharing",
47+
"icon": "./icons/icon-comp-calendar.svg",
48+
"layoutInfo": {
49+
"w": 15,
50+
"h": 60
51+
}
52+
},
53+
"meetingStream": {
54+
"name": "Video Stream",
55+
"icon": "./icons/icon-comp-calendar.svg",
56+
"layoutInfo": {
57+
"w": 15,
58+
"h": 60
59+
}
60+
},
3561
"calendar": {
3662
"name": "Calendar",
3763
"icon": "./icons/icon-comp-calendar.svg",

0 commit comments

Comments
 (0)