2
0
Files
cal/calcom/packages/app-store/jitsivideo/_metadata.ts
2024-08-09 00:39:27 +02:00

32 lines
684 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "Jitsi Video",
description: _package.description,
installed: true,
type: "jitsi_video",
variant: "conferencing",
categories: ["conferencing"],
logo: "icon.svg",
publisher: "BLS media",
url: "https://jitsi.org/",
slug: "jitsi",
title: "Jitsi Meet",
isGlobal: false,
email: "hello@bls-media.de",
appData: {
location: {
linkType: "dynamic",
type: "integrations:jitsi",
label: "Jitsi Video",
},
},
dirName: "jitsivideo",
concurrentMeetings: true,
isOAuth: false,
} as AppMeta;
export default metadata;