mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +03:00
add isCallActive to memo
This commit is contained in:
parent
96be8e1b8a
commit
8038c2ac8b
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue