Skip to content

Releases: livekit/client-sdk-js

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)

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)