You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your library to develop a chat application with voice input. However, I have encountered an issue where the transcript variable retains the previous value after sending a message.
In this case, it would be great if you provide a method that resets the transcript variable to its default state.
Here is my PR #29 where I provide my solution.
Alternatively, if you have any other suggestions for resolving this issue, please let me know.
The text was updated successfully, but these errors were encountered:
Thank you so much for this great project!
I am using your library to develop a chat application with voice input. However, I have encountered an issue where the
transcript
variable retains the previous value after sending a message.In this case, it would be great if you provide a method that resets the
transcript
variable to its default state.Here is my PR #29 where I provide my solution.
Alternatively, if you have any other suggestions for resolving this issue, please let me know.
The text was updated successfully, but these errors were encountered: