Skip to content

Releases: livekit/client-sdk-js

v1.15.12

09 Feb 12:54
Compare
Choose a tag to compare

Patch Changes

v2.0.0

02 Feb 23:05
5106c17
Compare
Choose a tag to compare

Major Changes

  • Remove experimental hint for webAudioMix and enable it by default - #1013 (@lukasIO)

  • Add support for async room sid. Removes room.sid and replaces it with await room.getSid(). - #983 (@lukasIO)

  • Change publishData signature - #946 (@lukasIO)

  • Remote OFF option from VideoQuality enum - #985 (@lukasIO)

  • Rename participant.tracks to participant.trackPublications - #947 (@lukasIO)

  • Rename getTrack to getTrackPublications and participants to remoteParticipants - #945 (@lukasIO)

  • Remove previously deprecated APIs - #948 (@lukasIO)

Minor Changes

  • Don't emit RoomEvent.Reconnecting for resumes - #1012 (@lukasIO)

Patch Changes

v1.15.11

31 Jan 13:58
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v1.15.10...v1.15.11

v1.15.10

20 Jan 16:18
Compare
Choose a tag to compare

1.15.10

Patch Changes

1.15.9

Patch Changes

Full Changelog: v1.15.8...v1.15.10

v1.15.8

10 Jan 16:37
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v1.15.7...v1.15.8

v1.15.7

10 Jan 09:25
bc7d407
Compare
Choose a tag to compare

Patch Changes

  • Fix stopping old track in setMediaStreamTrack - #980 (@mpnri)

  • Add class level configurable logger - #988 (@lukasIO)

  • Default screenshare capture resolution to 1080p - #972 (@davidzhao)

v1.15.6

04 Jan 11:32
3f87e22
Compare
Choose a tag to compare

Patch Changes

  • Make sure that processorElement stays muted after attach - #984 (@lukasIO)

v1.15.5

20 Dec 17:32
761711a
Compare
Choose a tag to compare

Patch Changes

  • Add receiver video mime type to stats - #963 (@cnderrauber)

  • Make sure all signal client callbacks are set up for a reconnect - #966 (@lukasIO)

  • Make sure to apply audio output selection when participant is first created - #968 (@lukasIO)

v1.15.4

08 Dec 15:13
e9050b9
Compare
Choose a tag to compare

Patch Changes

v1.15.3

01 Dec 18:16
ef55021
Compare
Choose a tag to compare

Patch Changes

  • Prevent backup codec publishing when e2ee is enabled - #943 (@lukasIO)

  • Use enum to track connection state of signal client - #949 (@lukasIO)

  • Disable VP9 for Safari 15, AV1 for Safari (incomplete support) - #950 (@davidzhao)