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