Do we have enough control through web call to achi...
# support
r
e.g. hold to keep talking, release to send tap to interrupt
v
@Ray It sounds like you're describing a push-to-talk feature and a tap-to-interrupt feature. To implement these in VAPI, you would need to set up event listeners for user input actions such as holding a button and tapping a button. When the user holds the button, you would start capturing their voice, and when they release it, you would send the voice data for processing. Similarly, a tap could signal an interruption to stop the current speech output. Would you like to proceed with setting up these features, or do you need assistance with something else?
You can continue this conversation by mentioning me in the message.
r
I was expecting we have something like vapi.wait(), vapi.send() ,vapi.interrupt() correspondingly
so to do that, it will no longer be a web socket call?
s
Can you provide me some more context or a loom video?
s
because of no response closing this ticket
2 Views