Closed zikpefu closed 1 month ago
Hey @zikpefu, thank you for raising this up. Embarrassingly, this bug was caused by a typo where instead of rcb-toggle-voice
, I wrote rcb-voice-toggle
😅
The good news is we know the source of the bug and it is trivial to fix: https://github.com/tjtanjin/react-chatbotify/blob/main/src/constants/RcbEvent.ts
The not-so-good news is I'm overseas right now and can only tend to this when I get back, which is the middle of next week 🥹
If you're in urgent need for this, you can clone the repository, apply the fix yourself and run npm pack
to build a fixed version. Otherwise, you can wait for the patch next week 😊
Hey @zikpefu, this is now resolved in v2.0.0-beta.13 😊
Thank you!
On Wed, Sep 25, 2024, 1:54 PM Tan Jin @.***> wrote:
Closed #121 https://github.com/tjtanjin/react-chatbotify/issues/121 as completed.
— Reply to this email directly, view it on GitHub https://github.com/tjtanjin/react-chatbotify/issues/121#event-14403362804, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFCLOZWJGG55FXZPJTP243ZYL2DRAVCNFSM6AAAAABOS2ELNGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGQYDGMZWGI4DANA . You are receiving this because you were mentioned.Message ID: @.***>
Bug Description I'm trying to test the rcb-toggle-voice event and I am not getting any of the console logs to trigger.
Steps To Reproduce
This is the code that I used to test the voice listener:
Steps to reproduce the bug behavior:
Expected behavior Log of "test worked" will show
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.