Files
calendar/packages/app-store/huddle01video/_metadata.ts
T
9382b862e4 feat: Updated Huddle01 App Flow (#16907)
* fix: migrated to new flow

* feat: apis added

* fix: meetingId

* fix: working with apis

* fix: appName

* fix: WEB APP URL

* fix: update url

* fix: remove logs

* feat: remove lock file

* fix: lock file

* fix: override buildErrors

* fix: removed lock file

* fix: migrated to new flow

* feat: apis added

* fix: meetingId

* fix: working with apis

* fix: appName

* fix: WEB APP URL

* fix: update url

* fix: remove logs

* feat: remove lock file

* fix: lock file

* fix: override buildErrors

* fix: yarn install, lock file

* temp: debugging issue

* feat: api updated

* fix: updated endpoints

* fix: reverted changes

* revert: yarn.lock

* feat: readme

* Update yarn.lock remove spacing

* fix: spacing

---------

Co-authored-by: Akash Mondal <akmo3901@gmail.com>
2024-10-22 11:50:16 +00:00

33 lines
744 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "Huddle01",
description: _package.description,
installed: true,
type: "huddle01_video",
variant: "conferencing",
categories: ["video", "conferencing"],
logo: "icon.svg",
publisher: "huddle01.com",
url: "https://huddle01.com",
category: "conferencing",
slug: "huddle01",
title: "Huddle01",
isGlobal: false,
email: "support@huddle01.com",
appData: {
location: {
linkType: "dynamic",
type: "integrations:huddle01_video",
label: "Huddle01 Video",
},
},
dirName: "huddle01video",
concurrentMeetings: true,
isOAuth: false,
} as AppMeta;
export default metadata;