Releases: livekit/client-sdk-js
v1.9.7
v1.9.6
v1.9.5
v1.9.4
v1.9.3
Patch Changes
-
Fix supportsAV1 and supportsVP9 helper functions on Firefox - #689 (@davidzhao)
-
Keep reference to latest joinResponse on engine - #691 (@lukasIO)
v1.9.2
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
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
Minor Changes
- Fix race condition with full reconnect sequence during server restart - #663 (@davidzhao)
Patch Changes
v1.8.0
Minor Changes
-
#633
95bd94e
Thanks @lukasIO! - Give up on reconnections if token is invalid -
#634
f085fbe
Thanks @lukasIO! - Allow manual operation on audio publications with adaptiveStream enabled
Patch Changes
-
#655
8d7f854
Thanks @lukasIO! - Remove page visibility listener when last element gets detached -
#658
756cf56
Thanks @lukasIO! - Stop monitoring track on unsubscribe -
#652
bda2fa9
Thanks @renovate! - chore(deps): update devdependencies (non-major) -
#653
201fcda
Thanks @renovate! - fix(deps): update dependency webrtc-adapter to v8.2.2 -
#629
cb380c2
Thanks @davidliu! - Identify react-native apps when connecting to server -
#654
958eef2
Thanks @lukasIO! - Expose DataChannel buffer status events -
#651
80ec8d7
Thanks @davidliu! - Support screen pixel density for react-native -
#632
111971d
Thanks @lukasIO! - Replace async queue with mutex lock for mute operations
v1.7.1
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! - EmitRoomEvent.LocalAudioSilenceDetected
if aLocalAudioTrack
is silent after publishing