xtr33me
xtr33me

Reputation: 1106

How do I use twiml.gather continuously in existing call?

I want to be able to capture both parties speech to text continuously in a call and send those strings off to be translated in real-time and then use twiml.say to speak the text back. I have not been having much luck with this and wondering how I should go about doing this.

The one user will make a call from their phone to the other support person which is at a web browser. I have the call setup and working fine, however I cannot find any documentation anywhere that is aligned with what I am wanting to do and wondering if it is possible or if I need to be looking down a different route.

Should anyone have any advice or has seen samples similar to this I would love to see them. Thanks!

Upvotes: 0

Views: 164

Answers (1)

philnash
philnash

Reputation: 73055

Twilio developer evangelist here.

It's not currently possible to capture a two legged conversation with <Gather> and speech recognition. So you might need to look somewhere else for this functionality.

Upvotes: 1

Related Questions