Show window on click of incoming group call notification
This commit is contained in:
parent
da2f58c535
commit
c59ae342fc
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue