I would like to make an outgoing phone call from my twilio number(A) to another phone number(B). When the call is picked up, I would like to livestream audio from a public url. How do I do this?
I've been looking at the <stream>
verb in TwiML, but my understanding is that it only streams audio from an active phonecall. I'd like to stream audio into the phonecall.
Any leads would be appreciated.