mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
meeting page frontend fixes
This commit is contained in:
@@ -5,9 +5,10 @@ import NextLink from "next/link";
|
||||
import Image from "next/image";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { roomUrl } from "../lib/routes";
|
||||
import { NonEmptyString } from "../lib/utils";
|
||||
|
||||
interface MeetingMinimalHeaderProps {
|
||||
roomName: string;
|
||||
roomName: NonEmptyString;
|
||||
displayName?: string;
|
||||
showLeaveButton?: boolean;
|
||||
onLeave?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user