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 Agents API
Framework and runtime for voice / multimodal AI agents that join LiveKit rooms; integrates with LLM, STT, and TTS providers.