pipecat icon indicating copy to clipboard operation
pipecat copied to clipboard

Interruptions not working with Twilio

Open nisalr opened this issue 6 months ago • 6 comments

I ran the sample code for Twilio examples/twilio-chatbot but noticed that the user cannot interrupt the AI. I even set the handle_sigint in the PipelineRunner parameter to False but it's still not working. My hunch is that the voice output is already sent to Twilio and therefore cannot be interrupted.

nisalr avatar Aug 11 '24 18:08 nisalr