Skip to content

Releases: livekit/client-sdk-android

v1.6.2

18 Jan 15:20
Compare
Choose a tag to compare

What's Changed

  • Fix restartTrack causing crash on disconnect by @davidliu in #361

Full Changelog: v1.6.1...v1.6.2

v1.6.1

17 Jan 14:10
Compare
Choose a tag to compare

What's changed

  • Allow registration of external cameras implementations by @jfilo-ebay in #345

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

07 Jan 12:21
0c8b56f
Compare
Choose a tag to compare

What's Changed

  • Force webrtc method calls onto a single thread by @davidliu in #342
  • Remove RoomOptions from Room.connect by @davidliu in #346
  • Use audio source VOICE_COMMUNICATION for echo cancelling by @davidliu in #351

Full Changelog: v1.5.3...v1.6.0

v1.5.3

28 Nov 05:46
4199655
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

21 Nov 13:46
4719724
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

14 Nov 04:40
52010b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Nov 06:29
Compare
Choose a tag to compare

SVC and Multi-Codec support

Support for SVC codecs (VP9 and AV1) have been implemented. These can be used by specifying the videoCodec and scalabilityMode on the room's VideoTrackPublishDefaults or when manually publishing by passing VideoTrackPublishOptions.

If scalabilityMode is not specified for an SVC codec, a default of L3T3_KEY is used.

In addition to this change, multi-codec support has been added. Since not all clients are capable of decoding AV1/VP9, a backup codec can be specified for use when a client lacking SVC decoders requests to subscribe to a video stream. This corresponds to the backupCodec parameter on the video publishing options. By default, a backup VP8 codec is added for SVC tracks.

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

21 Sep 17:29
Compare
Choose a tag to compare

What's Changed

  • upgrade libwebrtc to 114.5735.05. by @cloudwebrtc in #279
    • fix the UI stuck when setting ratchetWindowSize > 0 with the wrong key.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Sep 08:58
d34e723
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Sep 15:48
90ed1ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0