Show window on click of incoming group call notification

This commit is contained in:
Scott Nonnenberg 2023-12-04 16:52:44 -08:00 committed by GitHub
parent da2f58c535
commit c59ae342fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,6 +312,7 @@ ipc.on('authorize-art-creator', (_event, info) => {
});
ipc.on('start-call-lobby', (_event, { conversationId }) => {
window.IPC.showWindow();
window.reduxActions?.calling?.startCallingLobby({
conversationId,
isVideoCall: true,