livekit-internal

Handle Call Event

Handle call events from LiveKit agent worker.

Supported events:

  • call_started: Creates VoiceCall record
  • call_ended: Updates VoiceCall with final data and transcript
  • transcript_update: Accumulates transcript segments

Uses existing VoiceCall infrastructure.

post/api/v1/livekit/events

Request body

event_typestring required
dataobject required

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.