Skip to content

Releases: livekit/client-sdk-js

v1.9.7

25 May 15:40
631e4aa
Compare
Choose a tag to compare

Patch Changes

v1.9.6

19 May 05:10
d5f6329
Compare
Choose a tag to compare

Patch Changes

  • Make sure TrackUnsubscribed events are emitted before the publication gets deleted from maps - #708 (@lukasIO)

  • Use body instead of document as intersection observer root - #703 (@lukasIO)

  • Use default video dimensions when they are not available - #709 (@davidzhao)

v1.9.5

16 May 08:30
97248d9
Compare
Choose a tag to compare

Patch Changes

  • Remove ua-parser-js dependency and fix browser version comparison - #697 (@lukasIO)

  • Use STATE_MISMATCH disconnect reason in connection reconciliation - #705 (@lukasIO)

  • Make sure engine gets closed when connection reconciliation triggers - #702 (@lukasIO)

v1.9.4

10 May 10:14
9d4fc81
Compare
Choose a tag to compare

Patch Changes

v1.9.3

08 May 10:34
407cf37
Compare
Choose a tag to compare

Patch Changes

v1.9.2

02 May 22:44
1767912
Compare
Choose a tag to compare

Patch Changes

  • Ensure engine is always set to undefined when closing - #682 (@lukasIO)

  • Handle connection state mismatch with periodic reconciliation - #680 (@davidzhao)

v1.9.1

27 Apr 10:19
1af0b95
Compare
Choose a tag to compare

Patch Changes

  • Only set maxFramerate on encoding if defined - #676 (@lukasIO)

  • added experimental option suppressLocalAudioPlayback - #675 (@jibon57)

  • Fix: Emit connected events for participants that connected during signal reconnect - #672 (@lukasIO)

  • Add VP9 SVC support - #643 (@cnderrauber) - VP9 support requires server 1.4.2 and later.

v1.9.0

25 Apr 10:08
1ab979c
Compare
Choose a tag to compare

Minor Changes

  • Fix race condition with full reconnect sequence during server restart - #663 (@davidzhao)

Patch Changes

  • Add support for local participants to update own metadata - #599 (@lukasIO)

  • Expose numParticipants and numPublishers on Room - #668 (@davidzhao)

  • Handle signal reconnect and full reconnection separately #665 - #670 (@lukasIO)

v1.8.0

18 Apr 08:40
a742866
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.7.1

23 Mar 15:27
38f03bc
Compare
Choose a tag to compare

Patch Changes

  • #625 b74da67 Thanks @wjaykim! - Emit mute status events also for unsubscribed publications

  • #622 2268333 Thanks @lukasIO! - Don't auto-pause videos when element is in pictureInPicture mode (only applies when adaptiveStream is enabled)

  • #627 0342650 Thanks @lukasIO! - Add room option to configure automatic disconnect on page leave

  • #628 4ed8b89 Thanks @lukasIO! - Respect incoming data message order by processing message events sequentially

  • #623 d8e7a20 Thanks @lukasIO! - Emit RoomEvent.LocalAudioSilenceDetected if a LocalAudioTrack is silent after publishing