livekit-client
Advanced tools
Changelog
1.14.1
Handle new format streamId to better sync a/v tracks - #881 (@cnderrauber)
Do not support VP9 publishing for FF - #894 (@davidzhao)
Changelog
1.14.0
Changelog
1.13.3
Make audio analyser cleanup function async - #867 (@kand193)
Update h360 video preset - #872 (@davidzhao)
Fix infinite metadata loop when canUpdateOwnMetadata is granted - #871 (@davidzhao)
Changelog
1.13.1
Remove legacy code paths for tracks arriving before participant info - #854 (@lukasIO)
Make KeyProvider and ParticipantKeyHandler work consistently for shared key and sender key scenarios (e2ee) - #850 (@lukasIO)
Fix track processor blips when restarting tracks - #842 (@lukasIO)
Correctly import livekit logger in facingMode helper - #855 (@lukasIO)
Changelog
1.13.0
Add websocketTimeout to RoomConnectOptions - #834 (@lukasIO)
Add support for get/setVolume in react-native - #833 (@davidliu)
Refine pause/resumeUpstream, setProcessor for multi-codecs - #829 (@cnderrauber)
Force enable dynacast when backupCodec is enabled - #839 (@cnderrauber)
Fix video device switch not working for backup codec - #824 (@cnderrauber)
Update dependency webrtc-adapter to v8.2.3 - #819 (@renovate)
Allow ArrayBuffers to be used for ExternalKeyProvider keys - #844 (@lukasIO)
Fix passing maxRetries connectOption to RTCEngine - #838 (@mpnri)
Ability to simulate subscriber-bandwidth - #835 (@davidzhao)
Fix getDevices permissions when no kind is supplied - #811 (@Talljoe)
Fix setTrackMute ignored simulcast-codec - #827 (@cnderrauber)
Add support for server injected frame trailer being passed down - #812 (@lukasIO)
Add ceil of width and height when emitting UpdateTrackSettings - #846 (@HermanBilous)
Setup signal callbacks before connecting signal - #832 (@lukasIO)
Ensure play requests are invoked synchronously in startAudio - #841 (@lukasIO)
Changelog
1.12.3
Fix missing ScalabilityMode import when using SVC - #816 (@davidzhao)
Adjust default bitrates according to VMAF results - #817 (@davidzhao)
Changelog
1.12.2
Set a default resolution for createLocalScreenTracks - #796 (@lukasIO)
Debounce reacting to mediastreamtrack mute events - #809 (@lukasIO)
Remove duplicate options being passed to publish - #794 (@lukasIO)
Do not attempt to restart screen share tracks when re-publishing after reconnect - #802 (@lukasIO)
Add failureTolerance to KeyProvider options (E2EE) - #810 (@lukasIO)
Add video options to ScreenShareCaptureOptions - #792 (@lukasIO)
Fix iOS browser parser check, add more test cases - #798 (@lukasIO)
Improved connection checker with more details about ICE candidates - #806 (@davidzhao)
Throw connection error immediately if unauthorized instead of trying alternative URLs - #804 (@lukasIO)
Revert event emitter lib usage to 'events' - #807 (@lukasIO)
Support for region pinning with LiveKit Cloud using prepareConnection - #783 (@davidzhao)
Ensure we do not replace http unless it's in the scheme - #805 (@davidzhao)
Stop tracks if publishing fails with setTrackEnabled
- #799 (@lukasIO)
Changelog
1.12.1
Allow specifying audio source for participant.setVolume API - #780 (@lukasIO)
Add iOS detection to browser parser and only use audio element workar… - #785 (@lukasIO)
Skip decryption if maximum ratchet accounts have exceeded until a new key is set - #786 (@lukasIO)
Update constraints with actually selected deviceId on track creation - #773 (@toger5)
Always resume AudioContext if in suspended state - #779 (@lukasIO)
Only check for setSinkId support on AudioContext if webaudiomix is enabled - #787 (@lukasIO)