Hello everyone,
I want to build a dashboard where the client can see the logs of their calls: the type of call (inbound or outbound), the time and date, and other important information such as the transcription.
My question is: in LiveKit, what would be the best approach to send this information to the backend?
Should I rely on LiveKit webhooks/events, send everything when the session closes, or use another option?