HI am developing a kiosk application using Convai. Since users often walk away if the avatar takes longer than 3 seconds to respond, I need to show a ‘waiting/thinking’ icon the exact moment the user releases the microphone button. and hide in the moment Avatar starts to speak
Mohamed we are experiencing this issue, Convai get disconnected and there is no way to connect it .. need to restart the UE app, This is a kiosk.. it cannot be disconected
Hi Ventas, there’s an afk timeout after 10 mins of no interaction, to solve you will find an event named on connection state changed on the chatbot component, it will run with disconnected state every time the connection is disconnected, you can bind that event to the connect seasion function on the chatbot component.