这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: livekit/client-sdk-android

v2.9.0

02 Oct 08:03
b285897
Compare
Choose a tag to compare

Minor Changes

  • Implement LocalAudioTrack.addSink to receive audio data from local mic - #516 (@davidliu)

  • Implement client metrics - #511 (@davidliu)

Patch Changes

v2.8.1

02 Sep 15:06
7a05872
Compare
Choose a tag to compare

Patch Changes

  • Fix local video tracks not rendering processed frames - #495 (@davidliu)

  • Add utility class NoDropVideoProcessor to force video processing while not connected - #495 (@davidliu)

  • More fixes for crashes caused by using disposed track - #497 (@davidliu)

v2.8.0

26 Aug 10:28
e4c307c
Compare
Choose a tag to compare

Minor Changes

  • Implement LocalTrackSubscribed event - #489 (@davidliu)

  • Add first and last received times to TranscriptionSegment - #485 (@davidliu)

Patch Changes

  • More guarding of rtc api usages to prevent crashes - #488 (@davidliu)

v2.7.1

21 Aug 05:26
3663152
Compare
Choose a tag to compare

Patch Changes

  • Noisily log when a VideoRenderer is used without initializing it first - #482 (@davidliu)

  • Fix NPE in RegionProvider when host can't be determined - #482 (@davidliu)

v2.7.0

09 Aug 07:33
10da8f9
Compare
Choose a tag to compare

What's Changed

  • Add support for participant attributes by @davidliu in #468
  • Support setting attributes from local participant by @davidliu in #470
  • Fix deadlock caused by multiple concurrent setCameraEnabled calls by @davidliu in #472
  • Add RoomEvent.ParticipantAttributesChanged by @davidliu in #473

Full Changelog: v2.6.0...v2.7.0

v2.6.0

29 Jul 13:02
7495e68
Compare
Choose a tag to compare

What's Changed

  • Fix log level order by @davidliu in #452
  • Add TranscriptionReceived event to track publication by @davidliu in #449
  • Signal local audio track feature updates by @davidliu in #456
  • Have EventListenable.collect return Nothing by @davidliu in #458
  • Implement RegionUrlProvider and Room.prepareConnection by @davidliu in #463
    • Call Room.prepareConnection if you know your server url beforehand to speed up the initial connection.
  • Handle new LeaveRequest protocol by @davidliu in #464
  • Listen directly to connectionState changes instead of polling by @davidliu in #465
  • Update libwebrtc to 125.6422.04 by @davidliu in #466
    • Fixes a crash relating to NetworkMonitor when disconnecting the Room object.
    • Fixes the mic indicator not disappearing when muted.

Full Changelog: v2.5.0...v2.6.0

v2.5.0

01 Jul 14:14
8a81860
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.5.0

v2.4.2

24 Jun 10:13
1ec6f54
Compare
Choose a tag to compare

What's Changed

  • Expose Participant.Kind information by @davidliu in #432
  • Fix setScreenShareEnabled not starting the screen share track by @davidliu in #435

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

14 Jun 07:46
129a886
Compare
Choose a tag to compare

What's Changed

  • Fix ScaleZoomHelper to better handle multiple zoom actions by @davidliu in #429

Full Changelog: v2.4.0...v2.4.1

v2.4.0

31 May 06:05
Compare
Choose a tag to compare

What's Changed

CameraX support for LiveKit SDK

In 2.4.0 we've introduced CameraX support into the LiveKit SDK, under a separate artifact io.livekit:livekit-android-camerax. This library will allow for better control over the camera (such as zoom and torch control) and support more use cases overall in the future. Shoutouts to the team at eBay for supplying us with the CameraX implementation!

To get started, check out the instructions here!

Changelog

Full Changelog: v2.3.0...v2.4.0