Skip to content

Releases: livekit/client-sdk-js

v1.1.2

20 Jun 10:14
3e70969
Compare
Choose a tag to compare

Patch Changes

v1.1.1

16 Jun 19:21
6aeac41
Compare
Choose a tag to compare

Patch Changes

v1.1.0

14 Jun 07:29
25945f7
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.0.4

10 Jun 09:58
a492d21
Compare
Choose a tag to compare

Patch Changes

Fix dynacast fallback when simulcast codec is not available (#260)
Fix getParticipantIdentity returning undefined in some cases (#258)

v1.0.3

09 Jun 12:31
076d2b1
Compare
Choose a tag to compare

Patch Changes

  • Fix typescript declaration location (#256)

v1.0.2

09 Jun 11:15
4a0d524
Compare
Choose a tag to compare

Changes

  • Apply track permissions automatically on connect/reconnect/resume (#242)
  • Support for faster initial connection (#243)
  • Improved handling of full reconnect (#244)
  • Moving StreamState to Track for improved usability (#249)

Bugfixes

  • Only signal leave if client is still connected (#245)
  • Guard against simultaneous reconnect attempts (#253)

v1.0.1

31 May 12:52
Compare
Choose a tag to compare

Features

  • Add pauseVideoInBackground setting to adaptive stream settings (#234)

Changes

  • Sample app: Add dev server livereload (#237)

Bugfixes

  • Fixed local track bitrate computation for Firefox (#238)
  • Respect stopTracks setting when disconnecting (#239)

v1.0.0

18 May 16:32
Compare
Choose a tag to compare

Changes

  • Apply participant volume when microphone track is added (#229)
  • Abort connection attempt when calling disconnect while connecting (#226)
  • Previously deprecated code has been removed for 1.0 (#230)
  • Rename RoomState to ConnectionState (#232)

Bugfixes

  • Check if the Track isn't null/undefined on set/getVolume (#228)
  • Explicitly stop temporary mediastreamtracks when getting devices (#231)

v0.18.6

11 May 20:43
Compare
Choose a tag to compare

Changes

  • Make mediastreamtrack access check less aggressive (#227)
  • Slight tweak to default publishing resolution for 720p (#225)

v0.18.5

10 May 19:48
Compare
Choose a tag to compare

Bugfixes

  • Fixed robotic audio with Firefox 100 #224

Changes

  • When adaptive stream is used, we now throw an exception when accessing mediaStreamTrack without using Track.attach #223