import React from 'react'; import Button from '@custom/shared/components/Button'; import { Card, CardBody, CardHeader } from '@custom/shared/components/Card'; import { TextInput } from '@custom/shared/components/Input'; import Tile from '@custom/shared/components/Tile'; import { DEFAULT_ASPECT_RATIO } from '@custom/shared/constants'; import { useParticipants } from '@custom/shared/contexts/ParticipantsProvider'; export const InviteOthers = () => { const { localParticipant } = useParticipants(); return (