Electron Js, Launching our desktop application when performing a certain task

I’m fairly new to electron JS and I was going through the official documentation of the framework, What I do know is that electron offers auto start option out of the box but what I couldn’t find was, launching the application automatically if the user performs a certain task for example (At this point in time I want my application to launch if the user joins a meeting from any video conferencing application like zoom, google meets, MS Teams). Thank-you!

At this point in time I was able to play around with the Auto start feature but I wasn’t able to find a argument that would allow me to launch the application if I do certain tasks.