livekit-client
Advanced tools
Changelog
2.0.5
Changelog
2.0.4
Normalize audiooutput device id for webAudio mode - #1051 (@lukasIO)
Add stopProcessor
param to replaceTrack function - #1040 (@lukasIO)
Set audio context on track as early as possible - #1053 (@lukasIO)
Export logger names to configure fine grained logging - #1042 (@lukasIO)
Emit Restarting as soon as both signal and pc connection are severed - #1047 (@lukasIO)
Add VideoPreset overload for more granular options settings - #1044 (@lukasIO)
Only perform mute/unmute actions if necessary - #1048 (@lukasIO)
Make sure a 401 ConnectionError is thrown on invalid token permissions - #1049 (@lukasIO)
Changelog
2.0.0
Remove experimental hint for webAudioMix and enable it by default - #1013 (@lukasIO)
Add support for async room sid. Removes room.sid
and replaces it with await room.getSid()
. - #983 (@lukasIO)
Rename participant.tracks
to participant.trackPublications
- #947 (@lukasIO)
Rename getTrack to getTrackPublications and participants to remoteParticipants - #945 (@lukasIO)
Changelog
1.15.11
Resume audio playback status when switching back to tab on iOS - c247f7d67c423f5d7ea09549cd2eb44a95762cbb
(@lukasIO)
Buffer room events during reconnect - f83124d881dc962ff940b806c45da4d1b8c0b86e
(@lukasIO)
Fix state handling issue in SignalClient - 1200535d0c87d127cebd0b07330dd0a688843287
(@holzgeist)