JoinCallDetailsWrapper
const JoinCallDetailsWrapper: React.FC<React.PropsWithChildren<{
className?: string;
otherWaysToJoin?: React.ReactNode;
onMouseOut?: () => void;
onMouseOver?: () => void;
wrapperClassName?: string;
}>>;
const JoinCallDetailsWrapper: React.FC<React.PropsWithChildren<{
className?: string;
otherWaysToJoin?: React.ReactNode;
onMouseOut?: () => void;
onMouseOver?: () => void;
wrapperClassName?: string;
}>>;