continuwuity/changelog.d/2091.feature.md
Erwan Leboucher 1b7e473cf9
feat: Add built-in LiveKit token service for MatrixRTC
refactor: Use jwt-service-core for LiveKit identifier derivation

refactor: Share the LiveKit wire types via jwt-service-core

feat: Federated MatrixRTC tokens

fix: Enable LiveKit room creation
2026-08-12 08:32:04 +02:00

185 B

Added a built-in LiveKit token service for MatrixRTC, configured under [global.matrix_rtc.livekit], removing the need to deploy a separate lk-jwt-service. Contributed by @eleboucher.