Files
calendar/packages/app-store/huddle01video/_metadata.ts
T
Alex van AndelGitHubDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
237d7e95c4 fix: inline package.json descriptions in app-store _metadata.ts to fix Vitest RPC errors (#27931)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-02-13 08:41:39 -03:00

32 lines
969 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
export const metadata = {
name: "Huddle01",
description:
"Huddle01 is a new video conferencing software native to Web3 and is comparable to a decentralized version of Zoom. It supports conversations for NFT communities, DAOs, Builders and also has features such as token gating, NFTs as avatars, Web3 Login + ENS and recording over IPFS.",
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;