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.