From 86ab2b428790cead3fad48d17c67a31c1663d6bc Mon Sep 17 00:00:00 2001 From: Timo K Date: Thu, 15 Jun 2023 11:40:16 +0200 Subject: [PATCH] tinyFixes Signed-off-by: Timo K --- src/livekit/useLiveKit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/livekit/useLiveKit.ts b/src/livekit/useLiveKit.ts index c807bb6..7a9178b 100644 --- a/src/livekit/useLiveKit.ts +++ b/src/livekit/useLiveKit.ts @@ -4,7 +4,7 @@ import { LocalVideoTrack, Room, } from "livekit-client"; -import React, { useEffect } from "react"; +import React from "react"; import { useMediaDeviceSelect, usePreviewDevice, @@ -59,7 +59,7 @@ export function useLiveKit(): LiveKitState | undefined { // // eslint-disable-next-line react-hooks/exhaustive-deps // }, []); - // then start the preview device (no permsission should be triggered agian) + // then start the preview device (no permission should be triggered agian) // Create local video track. const video = usePreviewDevice( videoEnabled,