Releases: livekit/client-sdk-js
Releases Β· livekit/client-sdk-js
v1.1.0
Minor Changes
Patch Changes
v1.0.4
Patch Changes
Fix dynacast fallback when simulcast codec is not available (#260)
Fix getParticipantIdentity returning undefined in some cases (#258)
v1.0.3
Patch Changes
- Fix typescript declaration location (#256)
v1.0.2
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
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
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
Changes
- Make mediastreamtrack access check less aggressive (#227)
- Slight tweak to default publishing resolution for 720p (#225)
v0.18.5
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