I have an application that uses Twilio Conference. My use-case is to parse the events and store them in a datastore like Redis.
Currently I'm using TaskRouter callback to get events on my backend. Recently, I've came across Twilio Event Stream.
Now I'm confused when to use which.
I recommend taking a look at this page of the docs, which says:
Basically, Event Streams is a more robust product.