-
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
const SpeechlySpeechRecognition = createSpeechlySpeechRecognition(appId)
SpeechRecognition.applyPolyfill(SpeechlySpeechRecognition)
const startListening = () => SpeechRecognition.startListening({continuous:true})
const stopListening = ()=> SpeechRecognition.stopListening()This is the code snippet I used to control the speech recognition and it worked when I start listening and it does stop listening, However, it still show red dot on Chrome browser tab indicating that it is still using microphone.
Is there a way to fix it or is it considered to be a bug?
YassineDM, kalafuente, EmReedCodes, bosworthco, everythinginjs and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request