Skip to content

Releases: livekit/client-sdk-android

v2.20.1

22 Aug 08:50
83cb1e5
Compare
Choose a tag to compare

Patch Changes

  • Fix crash caused by extra simulcast layers equal to original resolution - #749 (@davidliu)

  • Wrap exceptions thrown in sendText and sendFile into Result - #749 (@davidliu)

v2.20.0

21 Aug 18:15
ad12e84
Compare
Choose a tag to compare

Minor Changes

  • Update libwebrtc to 137.7151.03 - #742 (@davidliu)

  • Return streamInfo from datastream send helper methods - #741 (@davidliu)

  • Add simulcastLayers to VideoTrackPublishOptions for directly specifying the resolutions to use - #746 (@davidliu)

  • Add H265 as a supported codec - #742 (@davidliu)

Patch Changes

  • E2E reliability for data channels with resending after reconnects - #738 (@davidliu)

  • Fix default simulcast layers using a lower than intended resolution - #746 (@davidliu)

  • Properly use screenShareTrackPublishDefaults when manually publishing a screenshare track - #746 (@davidliu)

v2.19.1

07 Aug 14:44
8252af5
Compare
Choose a tag to compare

Patch Changes

v2.19.0

05 Aug 13:32
7fa8e40
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Fix IllegalStateException when switchCamera of localVideoTrack - #725 (@binkos)

  • Make blurRadius in the VirtualBackgroundTransformer variable to allow for dynamically changing the value. - #731 (@binkos)

  • Add sendText and sendFile helper methods to LocalParticipant for ease of use - #732 (@davidliu)

  • Add default name of "unknown" for StreamByteOptions to allow for no-arg construction - #732 (@davidliu)

v2.18.3

10 Jul 15:50
dea8181
Compare
Choose a tag to compare

Patch Changes

  • Move audio handling to background thread to avoid UI freezes. - #715 (@davidliu)

v2.18.2

26 Jun 16:14
6c23991
Compare
Choose a tag to compare

Patch Changes

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

v2.18.1

23 Jun 16:47
98909c1
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

v2.17.0

02 Jun 15:22
29227f9
Compare
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)