Show window on click of incoming group call notification
This commit is contained in:
@@ -312,6 +312,7 @@ ipc.on('authorize-art-creator', (_event, info) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
ipc.on('start-call-lobby', (_event, { conversationId }) => {
|
ipc.on('start-call-lobby', (_event, { conversationId }) => {
|
||||||
|
window.IPC.showWindow();
|
||||||
window.reduxActions?.calling?.startCallingLobby({
|
window.reduxActions?.calling?.startCallingLobby({
|
||||||
conversationId,
|
conversationId,
|
||||||
isVideoCall: true,
|
isVideoCall: true,
|
||||||
|
Reference in New Issue
Block a user