Skip to content

Releases: livekit/client-sdk-js

v2.7.5

12 Dec 16:51
78cf265
Compare
Choose a tag to compare

Patch Changes

  • fix(deps): update dependency @livekit/protocol to v1.29.4 - #1352 (@renovate)

v2.7.4

12 Dec 16:14
f1750e8
Compare
Choose a tag to compare

Patch Changes

  • Support swapping out the E2EEManager for react-native - #1345 (@davidliu)

  • fix: prevent monitoring leak when stopOnUnpublish is false - #1348 (@davidzhao)

  • Prevent undefined access to engine in connection reconciler - #1349 (@lukasIO)

  • Fix sdp connection address mismatch - #1342 (@cnderrauber)

  • Set participant attributes as soon as possible, making them available in all related events - #1344 (@holzgeist)

v2.7.3

03 Dec 20:26
23aceba
Compare
Choose a tag to compare

Patch Changes

  • Only wait for publications that are pending already - #1339 (@lukasIO)

v2.7.2

03 Dec 16:25
ae729b3
Compare
Choose a tag to compare

Patch Changes

  • Fix blocking main thread on parallel publishing requests - #1336 (@lukasIO)

v2.7.1

02 Dec 14:02
4a99005
Compare
Choose a tag to compare

Patch Changes

  • Fix processor passing in CreateLocalTracks options - #1329 (@lukasIO)

  • Await pending publications with timeout - #1324 (@lukasIO)

v2.7.0

26 Nov 10:48
e511197
Compare
Choose a tag to compare

Minor Changes

  • Add support for detecting video element visibility in Document PiP (can be tested on the examples/demo) - #1325 (@davideberlein)

Patch Changes

  • Expose ReconnectContext and ReconnectPolicy, for use in custom reconnection implementations. - #1328 (@wuhkuh)

v2.6.3

22 Nov 08:58
f51089a
Compare
Choose a tag to compare

Patch Changes

  • Add voiceIsolation constraint to AudioCaptureOptions - #1320 (@lukasIO)

  • Forward disconnect reason on leave requests and ConnectionErrors - #1323 (@lukasIO)

v2.6.2

19 Nov 08:12
13ba73d
Compare
Choose a tag to compare

Patch Changes

  • Use capturing mediastreamtrack settings for audio feature detection - #1318 (@lukasIO)

v2.6.1

18 Nov 19:21
f04272c
Compare
Choose a tag to compare

Patch Changes

  • Add ConnectionErrorReason when cancelling ongoing connection attempt - #1315 (@lukasIO)

  • Make Remote Tracks getSenderStats method public - #1309 (@mpnri)

v2.6.0

31 Oct 21:39
e226085
Compare
Choose a tag to compare

Minor Changes

Patch Changes