which server event should i listen to if i want to...
# support
r
the voice-input event gives me the text from the ai, i want to get a similar text from the user.
v
@Raju To capture similar text input from the user, you would typically set up a voice recognition system that listens to the user's voice and converts it into text. If you're looking to implement this feature using VAPI, you would need to ensure that the voice recognition component is active and properly configured to process user speech. If you have a specific function in VAPI that you're referring to or if you need assistance with setting up the voice input for user speech, could you please provide more details or clarify your requirements? This way, I can assist you more effectively.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
r
I would like to display the user's and the ai's conversation in real time and i find that the voice-input event is the most appropriate event but it only outputs the ai's speech. I wanted to know if can get a similar thing for the users voice input
s
checkout ServerMessageConversationUpdate and ServerMessageSpeechUpdate
r
thanks