You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the docs i have realized that desktopCapturer electron API can be accessed only from IPCrenderer and not from IPCmain. Is there a way around this using Electrify?
What i want to understand is that if index.js inside .electrify folder is the main process (i.e has IPCMAIN) then one of the client .js file would have the IPCRenderer but in this case i have to include electron node module inside the meteor app to initiate the IPCRenderer. I dont want to include electron node_module as dependency for meteor
The text was updated successfully, but these errors were encountered:
From the docs i have realized that desktopCapturer electron API can be accessed only from IPCrenderer and not from IPCmain. Is there a way around this using Electrify?
What i want to understand is that if index.js inside .electrify folder is the main process (i.e has IPCMAIN) then one of the client .js file would have the IPCRenderer but in this case i have to include electron node module inside the meteor app to initiate the IPCRenderer. I dont want to include electron node_module as dependency for meteor
The text was updated successfully, but these errors were encountered: