I have an speech recognition (using webkitSpeechRecognition) application which works great when ran on the standalone chrome browser.
I converted my application into a electron package and it stops listening to the microphone and sends back an error with message "network". The documentation says "Network communication required for completing the recognition failed.". However it works good in chrome directly without any issues.
I have also used "SpeechSynthesisUtterance" for text to speech and that works without any issue on electron.
I had the solution working good couple of weeks ago during generating Proof Of Concept and it stopped working as well.
Anybody has any idea what could be the wrong?