Where in the LiveKit dashboard can I see session d...
# ask-ai
s
Where in the LiveKit dashboard can I see session details like transcript and whether some message got interrupted?
t
Thanks for reaching out, Jawad. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit keeps track of session details like transcripts and interruptions using events such as
UserInputTranscribedEvent
,
ConversationItemAddedEvent
, and
AgentFalseInterruptionEvent
. Plus, the Analytics API gives you some basic session metadata. That said, there isn’t a specific way to view these details directly in the LiveKit dashboard right now. If you’re looking for something particular or need a hand figuring out how to access this info, just let me know—I’m here to help! Sources: Analytics API | LiveKit Docs | livekit-agents/livekit/agents/voice/agent_activity.py