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, isChatOpen,
isAudioEnabled, isAudioEnabled,
isVideoEnabled, isVideoEnabled,
isCallActive,
toggleAudio, toggleAudio,
toggleVideo, toggleVideo,
toggleChat, toggleChat,
@ -310,6 +311,7 @@ export function CallProvider({ children }: CallProviderProps) {
isChatOpen, isChatOpen,
isAudioEnabled, isAudioEnabled,
isVideoEnabled, isVideoEnabled,
isCallActive,
toggleAudio, toggleAudio,
toggleVideo, toggleVideo,
toggleChat, toggleChat,