Skip to content

Releases: livekit/components-android

v1.3.0

07 Oct 14:24
5eeb814
Compare
Choose a tag to compare

Minor Changes

  • Add AudioBarVisualizer for audio waveform visualizations - #32 (@davidliu)

  • Add rememberConnectionState and rememberVoiceAssistant - #30 (@davidliu)

Patch Changes

  • Fix local participant sometimes publishing multiple of local tracks when using RoomScope with audio/video = true - #33 (@davidliu)

v1.2.0

16 Sep 04:46
5f362a9
Compare
Choose a tag to compare

Minor Changes

  • Add rememberTranscriptions - #25 (@davidliu)

  • Update LiveKit Android SDK to 2.8.1 - #26 (@davidliu)

  • Add rememberEventSelector implementations for other types of events (e.g. ParticipantEvent, TrackEvent) - #25 (@davidliu)

Patch Changes

  • Fix rememberTrackReferences/ParticipantTrackReferences not updating when track subscribed - #24 (@davidliu)

v1.1.1

01 Apr 13:18
Compare
Choose a tag to compare

What's Changed

  • Mark appropriate classes as @Stable or @Immutable by @davidliu in #11
  • Properly copy e2ee options into Room by @davidliu in #12
  • Release managed room when rememberLiveKitRoom leaves composition by @davidliu in #13
  • RoomScope: disconnect on connect = false by @davidliu in #14

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Mar 17:11
949bcce
Compare
Choose a tag to compare

What's Changed

  • Update livekit sdk to 2.2.0 by @davidliu in #9
  • Add rememberTrackMuted state function by @davidliu in #7
  • Add rememberParticipantTrackReferences state function by @davidliu in #8
  • Change TrackIdentifier.getTrackPublication() into publication variable by @davidliu in #9
  • Change RoomInfo into returning the raw values rather than the state object by @davidliu in #9

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Feb 05:08
Compare
Choose a tag to compare

Initial release