The Conferencing Apps Atom allows users to seamlessly install applications such as Zoom, Google Meet, and Microsoft Teams, enabling them to set these as default or optional locations for their events.

Below code snippet can be used to render Conferencing Apps Atom


import { ConferencingAppsSettings } from "@calcom/atoms";
import { usePathname } from "next/navigation";

export default function ConferencingApps() {
  const pathname = usePathname();
  const callbackUri = `${window.location.origin}${pathname}`;

  return (
    <>
        <ConferencingAppsSettings returnTo={callbackUri} onErrorReturnTo={callbackUri} />
    </>
  )
}

Below is a list of props that can be passed to the Conferencing Apps Atom

NameRequiredDescription
returnToNoThe URL of the page to redirect to after a successful installation.
onErrorReturnToNoThe URL of the page to redirect to in case an error occurs.
disableToastsNoboolean value to disable toast notifications in the atom.

Google Meet

For a demonstration of installing Google Meet, setting it as the default conferencing app for all event types, and removing the app, please watch the video below.

Google meet requires Google Calendar to be installed first

Zoom

For a demonstration of installing Zoom, setting it as the default conferencing app for all event types, and removing the app, please watch the video below.

MS Teams Video

For a demonstration of installing MS Teams Video, setting it as the default conferencing app for all event types, and removing the app, please watch the video below.

Connecting with MS Teams requires a work/school Microsoft account. If you continue with a personal account you will receive an error