Skip to content

Releases: livekit/client-sdk-android

v2.18.2

26 Jun 16:14
6c23991

Choose a tag to compare

Patch Changes

  • Properly return Result on ByteStreamSender convenience methods - #709 (@davidliu)

v2.18.1

23 Jun 16:47
98909c1

Choose a tag to compare

Patch Changes

  • Fix not being able to publish immediately after connecting - #706 (@davidliu)

v2.18.0

23 Jun 12:22
28035be

Choose a tag to compare

Minor Changes

  • Refactor some internal data message sending methods to use Result instead of throwing Exceptions to - #703 (@davidliu)
    fix crashes.

v2.17.1

11 Jun 06:27
f5fd66f

Choose a tag to compare

Patch Changes

v2.17.0

02 Jun 15:22
29227f9

Choose a tag to compare

Minor Changes

  • Change isMicrophoneEnabled, isCameraEnabled, isScreenshareEnabled to FlowObservable variables - #685 (@davidliu)

Patch Changes

  • Fix switchCamera not working if the camera id is physical id - #676 (@KasemJaffer)

  • Fix sending pre-connect audio data when byte buffer has backing array - #678 (@davidliu)

  • Specify default values for StreamTextOptions and streamText - #688 (@davidliu)

v2.16.0

19 May 16:37
6d5cb6d

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

Choose a tag to compare

Minor Changes

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

v2.14.3

12 May 13:30
2f31a85

Choose a tag to compare

Patch Changes

v2.14.2

03 May 06:34
e60d6b1

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

Choose a tag to compare

Patch Changes

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

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