From f445fc0e2fadaeb8ab95af2326089cc2dc6ca07f Mon Sep 17 00:00:00 2001 From: balzack Date: Fri, 7 Feb 2025 16:42:42 -0800 Subject: [PATCH] fix build warning --- app/client/web/src/call/useCall.hook.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client/web/src/call/useCall.hook.ts b/app/client/web/src/call/useCall.hook.ts index dd9a6be6..d6eab9a7 100644 --- a/app/client/web/src/call/useCall.hook.ts +++ b/app/client/web/src/call/useCall.hook.ts @@ -25,6 +25,7 @@ export function useCall() { failed: false, width: 0, height: 0, + fullscreen: false, }) // eslint-disable-next-line @typescript-eslint/no-explicit-any