Tandem Video (#1671)

* Tandem Video

* Updating some copy

* adding some instructions for getting client id + secret

* PR Feedback

* removing spurious tsconfig file
This commit is contained in:
Ken Miller
2022-02-04 18:30:52 +00:00
committed by GitHub
parent dedf001237
commit ae5d5e1261
27 changed files with 336 additions and 3 deletions
+9
View File
@@ -20,6 +20,7 @@ export type Integration = {
| "office365_calendar"
| "zoom_video"
| "daily_video"
| "tandem_video"
| "caldav_calendar"
| "apple_calendar"
| "stripe_payment"
@@ -72,6 +73,14 @@ export const ALL_INTEGRATIONS = [
description: "Video Conferencing",
variant: "conferencing",
},
{
installed: !!(process.env.TANDEM_CLIENT_ID && process.env.TANDEM_CLIENT_SECRET),
type: "tandem_video",
title: "Tandem Video",
imageSrc: "integrations/tandem.svg",
description: "Virtual Office | Video Conferencing",
variant: "conferencing",
},
{
installed: true,
type: "caldav_calendar",