Skip to content

Releases: livekit/client-sdk-js

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)

v1.15.2

27 Nov 11:57
5937f1d
Compare
Choose a tag to compare

Patch Changes

  • Make sure no backup codecs are published when e2ee is enabled - #941 (@lukasIO)

v1.15.1

23 Nov 14:28
15b9755
Compare
Choose a tag to compare

Patch Changes

  • Move PeerConnection logic into PCTransportManager - #909 (@lukasIO)

  • Add startVideo method and RoomEvent.VideoPlaybackStatusChanged - #939 (@lukasIO)

v1.15.0

15 Nov 21:18
090a7a2
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.14.4

04 Nov 00:12
6f2c79f
Compare
Choose a tag to compare

Patch Changes

  • Correctly apply elementVolume on attach for webaudioMix - #922 (@lukasIO)

  • Simplify multi-codec simulcast usage, backupCodec: true - #923 (@davidzhao)

v1.14.3

03 Nov 14:43
339a257
Compare
Choose a tag to compare

Patch Changes

  • Update dependency @bufbuild/protobuf to v1.4.1 - #913 (@renovate)

  • Demote duplicate source log to info - #917 (@lukasIO)

  • Fix reconnect when E2EE is enabled - #921 (@lukasIO)

  • Don't set the autoplay attribute on video elements in Safari - #918 (@lukasIO)

  • Call startAudio when an audio track has been acquired in order to update audio playback status - #919 (@lukasIO)

  • Round start bitrate for svc - #920 (@cnderrauber)

v1.14.2

27 Oct 18:35
002a340
Compare
Choose a tag to compare

Patch Changes

  • Use a deepClone util function for CreateLocalTrackOptions - #906 (@vas11yev1work)

  • Guard against overriding newly set key when auto-ratcheting - #895 (@lukasIO)

  • Fix Safari reporting wrong initial track resolution - #898 (@lukasIO)

  • Make peerconnection private on PCTransport - #903 (@lukasIO)

  • Improve handling of incompatible published codecs - #911 (@davidzhao)

  • Fix a race in setKeyFromMaterial that would cause keys to be set at the wrong index if several keys were set in quick succession. - #908 (@dbkr)

  • Update protocol - #902 (@lukasIO)

  • Add key index to e2e worker log lines - #904 (@dbkr)

  • Fix Typescript compilation error in angular setups - #901 (@pabloFuente)

  • Don't disconnect room before retrying new regions - #910 (@lukasIO)

v1.14.1

19 Oct 06:41
9f293fd
Compare
Choose a tag to compare

Patch Changes

v1.14.0

13 Oct 01:13
01c4d02
Compare
Choose a tag to compare

Minor Changes

  • Do not constrain screenshare resolution by default - #889 (@davidzhao)

Patch Changes