Android AAR builds fixed; unified EgressClient added
livekit-uniffi/v0.1.8
1 feature4 fixesThis release1 featureNew capabilities4 fixesBug fixesAI-tallied from the release notes
From the original release noteView original ↗
Fixes
- Add a unified
EgressClient::start_egressthat calls the v2Egress.StartEgressRPC with aStartEgressRequest, alongside the existing per-type helpers. - Fix the Android AAR build. Two cargo-make bugs kept
cargo make --profile release android-packagefrom ever producing a release artifact: the per-arch tasks'env = { TARGET = ... }replaced (rather than merged) the parent env map, dropping the--releaseflag, and theTARGETthey set leaked into the Kotlin bindgen's host build, which then cross-compiled with the host linker. Also raise the Swift and Android size budgets to match the binaries as they stand since the data-track UniFFI surface landed, and check out the released tag rather than the dispatch ref when building the wrapper packages.
Fetched August 4, 2026


