Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# **WARNING: This library is deprecated, use the base sdk found in src/**

# **WARNING: This folder and functionality will be removed on 06/01/2026**
Comment thread
stephen-derosa marked this conversation as resolved.

A simplified, high-level C++ wrapper around the [LiveKit C++ SDK](../README.md). The bridge abstracts away room lifecycle management, track creation, publishing, and subscription boilerplate so that external codebases can interface with LiveKit in just a few lines. It is intended that this library will be used to bridge the LiveKit C++ SDK into other SDKs such as, but not limited to, Foxglove, ROS, and Rerun.

It is intended that this library closely matches the style of the core LiveKit C++ SDK.
Expand Down
Loading