mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +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,
|
||||
isAudioEnabled,
|
||||
isVideoEnabled,
|
||||
isCallActive,
|
||||
toggleAudio,
|
||||
toggleVideo,
|
||||
toggleChat,
|
||||
|
|
@ -310,6 +311,7 @@ export function CallProvider({ children }: CallProviderProps) {
|
|||
isChatOpen,
|
||||
isAudioEnabled,
|
||||
isVideoEnabled,
|
||||
isCallActive,
|
||||
toggleAudio,
|
||||
toggleVideo,
|
||||
toggleChat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue