2
0
Files
2024-08-09 00:39:27 +02:00

32 lines
682 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
linkType: "dynamic",
name: "Zoom Video",
description: _package.description,
type: "zoom_video",
categories: ["conferencing"],
variant: "conferencing",
logo: "icon.svg",
publisher: "BLS media",
url: "https://zoom.us/",
category: "conferencing",
slug: "zoom",
title: "Zoom Video",
email: "hello@bls-media.de",
appData: {
location: {
default: false,
linkType: "dynamic",
type: "integrations:zoom",
label: "Zoom Video",
},
},
dirName: "zoomvideo",
isOAuth: true,
} as AppMeta;
export default metadata;