From 46975c032eaaf0cad1766069a34cfbe022954927 Mon Sep 17 00:00:00 2001 From: Stephen DeRosa Date: Thu, 23 Apr 2026 15:32:48 -0600 Subject: [PATCH] Deprecation section of the README. Deprecate setOnFrameCallback function registration via TrackSource --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9228565..25558314 100644 --- a/README.md +++ b/README.md @@ -559,6 +559,10 @@ lk token create \ --grant '{"canPublish":true,"canSubscribe":true,"canPublishData":true}' ``` +# Deprecation +- livekit_bridge (bridge/ folder) is deprecated. Avoid using it. Migrate to the base SDK. This will be removed on 06/01/2026. +- setOn*FrameCallback with TrackSource is deprecated. Use track name instead. This will be removed on 06/01/2026. +
LiveKit Ecosystem