import React from "react"; import { Modal, ModalContent } from "./Modal"; import { CopyButton } from "./button"; import { getRoomUrl } from "./ConferenceCallManagerHooks"; export function InviteModal({ roomId, ...rest }) { return (

Copy and share this meeting link

); }