Skip to content

SpeechRecognition still continue to access the microphone even after stopListening #148

@HollowCrusader

Description

@HollowCrusader
    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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions