Skip to content

Releases: livekit/client-sdk-android

v2.16.0

19 May 16:37
6d5cb6d
Compare
Choose a tag to compare

Minor Changes

  • Unorder the lossy data channel - #665 (@bcherry)

  • Add pre-connect audio for use with agents - #666 (@davidliu)

    See Room.withPreconnectAudio for details.

  • CameraX: support for selecting cameras by their physical id - #668 (@KasemJaffer)

  • Add Participant.State and related events - #666 (@davidliu)

Patch Changes

v2.15.0

13 May 10:32
b0cf56d
Compare
Choose a tag to compare

Minor Changes

  • Add VirtualBackgroundVideoProcessor and track-processors package - #660 (@davidliu)

v2.14.3

12 May 13:30
2f31a85
Compare
Choose a tag to compare

Patch Changes

v2.14.2

03 May 06:34
e60d6b1
Compare
Choose a tag to compare

Patch Changes

  • Fix CameraXSession not setting the target capture format correctly - #652 (@davidliu)

  • Improved handling of track publication failures by introducing a new TrackPublicationFailed event and fixing a broken state issue where the track remained active but inaccessible, causing the microphone or camera to stay on without a published track and leading to unreliable republishing. - #637 (@jeankruger)

v2.14.1

25 Apr 15:37
16612af
Compare
Choose a tag to compare

Patch Changes

  • Fix ConcurrentModificationException in IncomingDataStreamManager - #642 (@davidliu)

  • Dedupe supported codecs to provide valid SDP - #643 (@davidliu)

v2.14.0

01 Apr 12:07
bd6c401
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Unpublish the screen sharing track on stop and introduce ScreenCaptureParams to be able to define the notification and set a callback for onStop - #626 (@jeankruger)

v2.13.0

17 Mar 17:59
bc13ea9
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Fix publish deadlock when no response from server - #618 (@davidliu)

  • Add SCREEN_SHARE_AUDIO as a Track.Source.Type - #610 (@davidliu)

  • Surface canPublishSources, canUpdateMetadata, and canSubscribeMetrics on ParticipantPermission - #610 (@davidliu)

  • Fast fail attempts to publish without permissions - #618 (@davidliu)

v2.12.3

22 Feb 14:00
5f7d10e
Compare
Choose a tag to compare

Patch Changes

v2.12.2

22 Feb 13:08
2566574
Compare
Choose a tag to compare

Patch Changes

v2.12.1

24 Jan 07:57
f502243
Compare
Choose a tag to compare

Patch Changes

  • Fix documented default of preferredDeviceList in AudioSwitchHandler - #584 (@davidliu)

  • Allow access to participant field in ParticipantAttributesChanged event - #591 (@binkos)