From 73d9b491d0c6d056558d197dba595741dc0503e4 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sat, 18 May 2024 22:51:02 +0100 Subject: [PATCH] chore(werb): add todo comment --- apps/web/hooks/useUserMedia.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/hooks/useUserMedia.ts b/apps/web/hooks/useUserMedia.ts index 3f05748..fdd694c 100644 --- a/apps/web/hooks/useUserMedia.ts +++ b/apps/web/hooks/useUserMedia.ts @@ -92,6 +92,8 @@ export const useUserMedia = (video: HTMLVideoElement) => { useEffect(() => { const init = async () => { + // TODO: initialize with true + // after that identify if have access and if its true, change for default values updateUserMedia({ audio: "", video: "",