Thanks for creating this sample plugin. This plugin is recieving windowId from web application.
I do not want to use http server based approach to send windowId.
I want to send windowId from my electron.js based application. There would be way using IPC(Inter Process Communication).
How can I send windowId to this plugin?