I’m writing a python program that takes audio from a Twilio call and returns other audio. I need to get a string, the StreamSid, which is included as a parameter(?) in the HTTP request that the Twilio statusCallback makes. I don’t understand HTTP well. How can I get that StreamSid? Sorry if there’s not enough info.
Snippet what I want to get (StreamSid)
The piece of code I think is responsible
Twilio’s <connect> verb can start a statusCall to a url. I did /status.
Carter Hugill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.