I'm using Web Speech API to recognize user voice. Recently I meet the Error that I cannot recognize anything. Check the console on Chrome I get SpeechRecognitionError
currentTarget: SpeechRecognition
defaultPrevented: false
error: "network"
type: "error"
I have working network. And it just happen to my chrome, my coworker chrome is working fine. I suspect this bug is because of chrome itself, is there any work around for it?