JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
674 stars 120 forks source link

CallBacks for event and functions for startListening,stopListening,abort etc..? #12

Closed hvardhan617 closed 5 years ago

hvardhan617 commented 5 years ago

Will we get any callbacks while invoking async functions such as startListening,stopListening,abortListening ? If so, how can we handle the callbacks?

JamesBrill commented 5 years ago

There are two ways you can do this:

Hope that helps!