Releases: livekit/client-sdk-js
v2.5.2
Patch Changes
-
Pass connect options to room from connection checkers - #1245 (@jespermjonsson)
-
Switch active device if previously selected device becomes unavailable - #1237 (@lukasIO)
-
Treat MissingKey as decryption failure to prevent spamming the logs - #1241 (@hughns)
-
Fix trackProcessor creation from LocalParticipant.createTracks - #1247 (@lukasIO)
v2.5.1
Patch Changes
-
Use ReturnTypes of built-in functions for critical timers - #1236 (@lukasIO)
-
Set default scalabilityMode to L3T3_KEY in sample/comment - #1238 (@cnderrauber)
-
Expose localTrackSubscribed event on localParticipant and room - #1229 (@lukasIO)
-
fast track publication - #1228 (@cnderrauber)
-
Add firstReceivedTime and lastReceivedTime to received TranscriptionSegments - #1223 (@lukasIO)
-
Ensure SVC layers are starting from LOW quality - #1226 (@lukasIO)
v2.5.0
Minor Changes
- Add RemoteTrack.setPlayoutDelay and make receiver non-optional in RemoteTrack constructor - #1209 (@lukasIO)
Patch Changes
v2.4.2
v2.4.1
v2.4.0
v2.3.2
Patch Changes
-
Emit transcription on transcribedParticipantIdentity and update protocol - #1177 (@lukasIO)
-
Wait for pending publish promise before attempting to unpublish track - #1178 (@lukasIO)
-
Ensure app visibility listeners are only added for video tracks - #1173 (@renovate)
-
Fix activeSpeakers has old participant when participant sid changed - #1180 (@zesun96)