diff --git a/src/livekit/useLiveKit.ts b/src/livekit/useLiveKit.ts index 85f3178b..76aa1b6f 100644 --- a/src/livekit/useLiveKit.ts +++ b/src/livekit/useLiveKit.ts @@ -149,7 +149,7 @@ export function useLiveKit( >(undefined); useEffect(() => { - // Don't even try if we cannot blur on this platform + // Don't even try if we cannot blur on this platform. if (!blur) return; if (!room || videoTrackPromise.current) return; const update = async (): Promise => {