This commit is contained in:
zomars 2022-03-01 11:06:34 -07:00
parent 9c67a7452c
commit 579a3af844
2 changed files with 0 additions and 10 deletions

View File

@ -3,7 +3,6 @@ import { stringify } from "querystring";
import { BASE_URL } from "@calcom/lib/constants";
import prisma from "@calcom/prisma";
import "@calcom/types/next";
const client_id = process.env.ZOOM_CLIENT_ID;

View File

@ -3,16 +3,7 @@
"name": "@calcom/zoomvideo",
"version": "0.0.0",
"main": "./index.ts",
"title": "Zoom",
"slug": "zoomvideo",
"category": "video",
"description": "Zoom is the most popular video conferencing platform, joinable on the web or via desktop/mobile apps.",
"logo": "/apps/zoom.svg",
"publisher": "Cal.com",
"url": "https://zoom.us/",
"verified": true,
"rating": 4.3,
"reviews": 69,
"dependencies": {
"@calcom/prisma": "*",
"@calcom/lib": "*"