Is it possible to receive the DTMF tones via websocket, when using media streams?
I'm able to get the audio stream and do whatever I want with it, such as calling a SpeechToText service in real time, but now I'm taking the next step and trying to get DTMF detection working, does Twilio send the tones via websocket as it does the audio?
If it doesn't, are there any solutions, such as using a Gather dtmf with a stream inside? I've seen someone else trying that without success.