Skip to content

Agora Meetings in lowcoder-comps - production ready #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aa8d8cc
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into dev
freddysundowner Feb 23, 2024
34aadee
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into dev
freddysundowner Mar 19, 2024
8e415b7
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into dev
freddysundowner Mar 21, 2024
0de683e
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into dev
freddysundowner Apr 4, 2024
84188bb
unfinished moving meeting comp to lowcoder-comps
freddysundowner Apr 9, 2024
3621bfe
unfinished moving meeting comp to lowcoder-comps
freddysundowner Apr 9, 2024
95c9de9
"unfinished agora meeting to lowcoder plugin"
freddysundowner Apr 11, 2024
25cda6a
with t constructor error
freddysundowner Apr 15, 2024
f678002
exported missing compos to lowcoder sdk
freddysundowner Apr 15, 2024
8952a66
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into c…
freddysundowner Apr 15, 2024
bb1014a
moved agora meeting components to lowcoder-comps
freddysundowner Apr 15, 2024
b565318
exported missing comps to lowcoder-sdk
freddysundowner Apr 15, 2024
acfa2a1
fixed lowcoder-comps agora loading
freddysundowner Apr 15, 2024
ccfa3eb
fixed lowcoder-comps agora loading
freddysundowner Apr 15, 2024
7292e25
fixed meeting bug
freddysundowner Apr 20, 2024
019cc17
fixed meeting bug
freddysundowner Apr 20, 2024
0e982fa
fixed meeting bug
freddysundowner Apr 25, 2024
a91f142
fixed meeting bug on lowcoder-comp
freddysundowner Apr 25, 2024
dc59f88
Merge branch 'dev' into condition-load-agora
FalkWolsky Apr 28, 2024
550470c
Update package.json
FalkWolsky Apr 28, 2024
4d97714
Update loaders.tsx
FalkWolsky Apr 28, 2024
d6cbbaf
Update yarn.lock
FalkWolsky Apr 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"@fullcalendar/timeline": "^6.1.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"agora-rtc-sdk-ng": "^4.20.2",
"agora-rtm-sdk": "^1.5.1",
"big.js": "^6.2.1",
"echarts-extension-gmap": "^1.6.0",
"echarts-wordcloud": "^2.1.0",
Expand All @@ -32,6 +34,30 @@
"lowcoder": {
"description": "",
"comps": {
"meetingController": {
"name": "Agora Meeting Controller",
"icon": "./icons/icon-comp-calendar.svg",
"layoutInfo": {
"w": 15,
"h": 60
}
},
"meetingSharing": {
"name": "Agora Meeting Sharing",
"icon": "./icons/icon-comp-calendar.svg",
"layoutInfo": {
"w": 15,
"h": 60
}
},
"meetingStream": {
"name": "Video Stream",
"icon": "./icons/icon-comp-calendar.svg",
"layoutInfo": {
"w": 15,
"h": 60
}
},
"calendar": {
"name": "Calendar",
"icon": "./icons/icon-comp-calendar.svg",
Expand Down
Loading
Loading