diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index ef0b8c47..6ee91607 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -468,7 +468,7 @@ export function InCallView({ )} {inviteModalState.isOpen && ( { - roomAlias: string; + roomIdOrAlias: string; } -export const InviteModal: FC = ({ roomAlias, ...rest }) => { +export const InviteModal: FC = ({ roomIdOrAlias, ...rest }) => { const { t } = useTranslation(); return ( @@ -40,7 +40,7 @@ export const InviteModal: FC = ({ roomAlias, ...rest }) => {

{t("Copy and share this call link")}