Skip to content

Commit bb1014a

Browse files
moved agora meeting components to lowcoder-comps
1 parent 8952a66 commit bb1014a

File tree

9 files changed

+1062
-1021
lines changed

9 files changed

+1062
-1021
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@
3232
"lowcoder": {
3333
"description": "",
3434
"comps": {
35+
"meetingSharing": {
36+
"name": "Agora Meeting Sharing",
37+
"icon": "./icons/icon-comp-calendar.svg",
38+
"layoutInfo": {
39+
"w": 15,
40+
"h": 60
41+
}
42+
},
43+
"meetingController": {
44+
"name": "Agora Meeting Controller",
45+
"icon": "./icons/icon-comp-calendar.svg",
46+
"layoutInfo": {
47+
"w": 15,
48+
"h": 60
49+
}
50+
},
51+
"meetingStream": {
52+
"name": "Video Stream",
53+
"icon": "./icons/icon-comp-calendar.svg",
54+
"layoutInfo": {
55+
"w": 15,
56+
"h": 60
57+
}
58+
},
3559
"calendar": {
3660
"name": "Calendar",
3761
"icon": "./icons/icon-comp-calendar.svg",
@@ -78,4 +102,4 @@
78102
"vite": "^5.0.12",
79103
"vite-tsconfig-paths": "^3.6.0"
80104
}
81-
}
105+
}

0 commit comments

Comments
 (0)