Skip to content

Commit a17284f

Browse files
committed
fix: add missing api/index.ts and appData.location for BBB integration
- Created api/index.ts to export add handler (fixes server import) - Added appData.location to _metadata.ts so BBB appears in Location dropdown - Added email and dirName fields matching other conferencing apps pattern
1 parent 1b9944a commit a17284f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

packages/app-store/bigbluebutton/_metadata.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,13 @@ export const metadata = {
1414
slug: "bigbluebutton",
1515
title: "BigBlueButton",
1616
isGlobal: false,
17+
email: "support@bigbluebutton.org",
18+
appData: {
19+
location: {
20+
linkType: "dynamic",
21+
type: "integrations:bigbluebutton_video",
22+
label: "BigBlueButton",
23+
},
24+
},
25+
dirName: "bigbluebutton",
1726
} as AppMeta;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as add } from "./add";

0 commit comments

Comments
 (0)