Version
master
Describe the bug
After microphone button is clicked to stop the recording, the button continue to be disabled.
This is because in Dictation.js, we have a check when we should re-enable the button. The button should be allowed to re-enable when STOPPING.
To Reproduce
Steps to reproduce the behavior:
- Navigate to https://microsoft.github.io/BotFramework-WebChat/06.a.cognitive-services-bing-speech-js/
- Click on micrephone button
- Speak a very long text
- While you are speaking, notice the microphone button turned red
- Click the microphone button while it is red, should turn off recording
Expected behavior
Within a few seconds, the microphone button should re-enable and ready to start recording again.
Actual, it did not re-enable and become permanently disabled.
Additional context
This is affecting all types of Web Speech engine, including browser, Bing Speech, and Cognitive Services.
[Bug]
Version
masterDescribe the bug
After microphone button is clicked to stop the recording, the button continue to be disabled.
This is because in
Dictation.js, we have a check when we should re-enable the button. The button should be allowed to re-enable whenSTOPPING.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Within a few seconds, the microphone button should re-enable and ready to start recording again.
Actual, it did not re-enable and become permanently disabled.
Additional context
This is affecting all types of Web Speech engine, including browser, Bing Speech, and Cognitive Services.
[Bug]