Relative Content

Tag Archive for pythonhttptwilio

How can I get this variable?

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.