Skip to content

Releases: livekit/client-sdk-js

v2.9.9

26 Mar 10:43
5641f74
Compare
Choose a tag to compare

Patch Changes

v2.9.8

16 Mar 22:23
851aae0
Compare
Choose a tag to compare

Patch Changes

  • Use string instead of passing url object to WebSocket constructor - #1443 (@davidliu)

v2.9.7

14 Mar 18:41
cecadc3
Compare
Choose a tag to compare

Patch Changes

v2.9.6

12 Mar 16:50
4322ada
Compare
Choose a tag to compare

Patch Changes

  • Automatically attempt to resume suspended audio contexts on click - #1431 (@lukasIO)

  • Fix ignored constraints in LocalTrack.restart - #1435 (@rktguswjd)

  • log ice candidates as debug rather than trace - #1437 (@haydenbr)

  • fix: handle server url with params correctly - #1366 (@jiyeyuran)

v2.9.5

28 Feb 10:22
5f90894
Compare
Choose a tag to compare

Patch Changes

  • fix: properly remove text stream controllers on stream close - #1422 (@lukasIO)

  • Reject publishing with insufficient permissions present - #1418 (@lukasIO)

v2.9.4

24 Feb 12:47
61e6380
Compare
Choose a tag to compare

Patch Changes

  • Improve utf8 text split and add unit test - #1414 (@lukasIO)

  • Fix applying default processors from captureDefaults - #1416 (@lukasIO)

v2.9.3

19 Feb 09:27
3b4362e
Compare
Choose a tag to compare

Patch Changes

v2.9.2

18 Feb 08:39
9718fe1
Compare
Choose a tag to compare

Patch Changes

v2.9.1

11 Feb 10:00
a0d7208
Compare
Choose a tag to compare

Patch Changes

  • Fix correct typing on async iterator stream readers - #1401 (@lukasIO)

v2.9.0

10 Feb 13:05
9de91fa
Compare
Choose a tag to compare

Minor Changes

  • Add backupCodecPolicy to TrackPublishDefaults - #1399 (@cnderrauber)

    The default policy of backup codec is codec regression for maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported.
    It changes the default behavior multi-codec simulcast in the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy to multi-codec simulcast to keep the previous behavior.

  • Add DataStream support - #1301 (@lukasIO)

  • Move RPC registration to room level and deprecate localParticipant level registration - #1396 (@lukasIO)

  • Populate name property of LiveKit errors and add reasonName for enums - #1385 (@lukasIO)

Patch Changes