forked from github/cinny
add isCallActive to memo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user