mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-16 22:09:30 +00:00
let it rebuild
This commit is contained in:
@@ -149,7 +149,7 @@ export function useLiveKit(
|
|||||||
>(undefined);
|
>(undefined);
|
||||||
|
|
||||||
useEffect(() => {
|
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 (!blur) return;
|
||||||
if (!room || videoTrackPromise.current) return;
|
if (!room || videoTrackPromise.current) return;
|
||||||
const update = async (): Promise<void> => {
|
const update = async (): Promise<void> => {
|
||||||
|
|||||||
Reference in New Issue
Block a user