I have successfully integrated Speech Recognition API in my project(IONIC 3). But to input voice i need to call this.speechRecognition.startListening every time.
Is there any way i can continuously run this as a server? So that at any point if someone says something it will converted to text.