add isCallActive to memo

This commit is contained in:
Gigiaj 2025-05-02 02:35:51 -05:00
parent 96be8e1b8a
commit 8038c2ac8b

View file

@ -296,6 +296,7 @@ export function CallProvider({ children }: CallProviderProps) {
isChatOpen,
isAudioEnabled,
isVideoEnabled,
isCallActive,
toggleAudio,
toggleVideo,
toggleChat,
@ -310,6 +311,7 @@ export function CallProvider({ children }: CallProviderProps) {
isChatOpen,
isAudioEnabled,
isVideoEnabled,
isCallActive,
toggleAudio,
toggleVideo,
toggleChat,