Packages
livekit_sdk
0.1.0
Elixir server SDK for LiveKit. Mint access tokens, call Room/Egress/Ingress Twirp APIs, and verify webhook callbacks.
Current section
Files
Jump to
Current section
Files
livekit_sdk
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2026-07-30
Initial Hex release of the LiveKit server SDK for Elixir.
### Added
- Shared foundation: `LiveKit.Config`, `LiveKit.Client`, `LiveKit.Error`,
`LiveKit.Grants`, `LiveKit.AccessToken`, `LiveKit.Auth`, and `LiveKit.Twirp`
- `LiveKit.RoomService` — room and participant administration
- `LiveKit.EgressService` — recordings and streams
- `LiveKit.IngressService` — RTMP, WHIP, and URL ingress
- `LiveKit.TokenVerifier` and `LiveKit.WebhookReceiver` — webhook JWT and body
integrity validation
- Vendored LiveKit protocol `@1.50.4` with generated `LiveKit.Proto.*` modules
- Mix tasks `proto.fetch` and `proto.generate` for regenerating protobufs
[0.1.0]: https://github.com/caltek/ex_livekit_sdk/releases/tag/v0.1.0