Skip to content

v2.29.0 - #1020

Open
davidliu wants to merge 1 commit into
mainfrom
changeset-release/main
Open

v2.29.0#1020
davidliu wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@davidliu

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

client-sdk-android@2.29.0

Minor Changes

  • Add data tracks, a named channel for streaming structured frames to a room. - #1004 (@davidliu)

    Publish with LocalParticipant.publishDataTrack (or withDataTrack to scope a publication to a
    block), then push frames with LocalDataTrack.tryPush or send. Subscribers find published tracks
    through RemoteParticipant.dataTracks or the new RoomEvent.DataTrackPublished /
    DataTrackUnpublished events, and call RemoteDataTrack.subscribe for a DataTrackStream of
    incoming frames.

    Frame formats are declared through DataTrackPublishOptions using DataTrackFrameEncoding
    (protobuf, flatbuffer, CDR, ROS 1, CBOR, msgpack, JSON), and schema definitions can be shared
    with LocalParticipant.defineSchema / getSchema. Frames are end-to-end encrypted when E2EE
    is enabled on the room.

    This adds a dependency on io.livekit:livekit-uniffi-android, containing the shared Rust core also
    used by the other native SDKs.

@github-actions

Copy link
Copy Markdown
Contributor

Diffuse output:

Base AAR cache miss. Please run the build job on main to generate the base AAR.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant