#End call — ElevenLabs Documentation
1 messages · Page 1 of 1 (latest)
Yes, I passed it in the body after "prompt" like this:
But it doesn't make the difference. Tried to put this in one line also. Not sure where to find an issue.
Maybe I should remove this code from the server (outbound.js) maybe there is some conflict between and leave just this code in the body of this http req node. 🤨
try mocking eleven labs if you haven't already to test in isolation. The other day I hit an issue where I was sending the usage chunk to eleven labs and it caused them to crash because they were only expecting normal chunks, but I wanted to save off the usage chunk and didn't think sending it to them would do anything.
might be something strange like that
sorry if that's not helpful!