diff --git a/custom/fitness-demo/components/Call/InviteOthers.js b/custom/fitness-demo/components/Call/InviteOthers.js index 0d8590c..ac813d9 100644 --- a/custom/fitness-demo/components/Call/InviteOthers.js +++ b/custom/fitness-demo/components/Call/InviteOthers.js @@ -3,64 +3,72 @@ 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 VideoContainer from '@custom/shared/components/VideoContainer'; import { DEFAULT_ASPECT_RATIO } from '@custom/shared/constants'; import { useParticipants } from '@custom/shared/contexts/ParticipantsProvider'; +import Container from './Container'; +import Header from './Header'; export const InviteOthers = () => { const { localParticipant } = useParticipants(); return ( -