removed localparticipant dep from haircheck joinCall
This commit is contained in:
parent
33fcde6d7f
commit
a1fd415c8d
|
|
@ -66,7 +66,7 @@ export const HairCheck = () => {
|
|||
console.log('❌ Access denied');
|
||||
}
|
||||
}
|
||||
}, [callObject, userName, localParticipant]);
|
||||
}, [callObject, userName]);
|
||||
|
||||
// Memoize the to prevent unnecassary re-renders
|
||||
const tileMemo = useDeepCompareMemo(
|
||||
|
|
|
|||
Loading…
Reference in New Issue