LiveKit
LiveKit is an open-source WebRTC platform with a managed Cloud offering. APIs cover Rooms, Participants, Tracks, Egress (recording, RTMP), Ingress (RTMP/SRT), SIP (telephony), and Agents (LLM voice agents). The server APIs use Twirp (HTTP+Protobuf); SDKs are available for major languages and frameworks. Authentication via JWT room tokens.
APIs
LiveKit RoomService API
Server-side Twirp API for managing rooms, participants, tracks, mute/unmute, and metadata.
LiveKit Egress API
Record rooms or stream them to RTMP / HLS endpoints; output to S3, GCS, Azure Blob.
LiveKit Ingress API
Pull RTMP, SRT, or WHIP streams into LiveKit rooms.
LiveKit SIP (Telephony) API
SIP integration for inbound and outbound PSTN calls bridged into LiveKit rooms.
LiveKit Signaling Protocol (WebSocket)
Bi-directional WebSocket signaling protocol used by LiveKit clients to coordinate WebRTC sessions with the SFU. Clients send `SignalRequest` protobuf messages and receive `Signa...
LiveKit Agents API
Framework and runtime for voice / multimodal AI agents that join LiveKit rooms; integrates with LLM, STT, and TTS providers.
Event Specifications
LiveKit Signaling Protocol
AsyncAPI description of LiveKit's signaling WebSocket protocol. LiveKit clients connect to a LiveKit server (Cloud or self-hosted) over a WebSocket at the `/rtc` endpoint. Once ...
ASYNCAPI