Releases: livekit/client-sdk-js
v1.7.0
v1.6.9
v1.6.8
Patch Changes
-
#605
4bc4183
Thanks @cnderrauber! - Receive remote participant disconnected updates while reconnecting -
#592
fea43e4
Thanks @lukasIO! - Add support for some experimental getDisplayMedia options in ScreenShareCaptureOptions -
#608
5efa607
Thanks @lukasIO! - Defer publishing of tracks during reconnection -
#597
27dbd6a
Thanks @lukasIO! - Add support for topics on data messages
v1.6.7
Patch Changes
-
#593
f218236
Thanks @cnderrauber! - Disable red by default for stereo track -
#600
75d7556
Thanks @davidzhao! - internal getter connectedServerAddress has been changed to an async function getConnectedServerAddress -
#595
75776b8
Thanks @davidzhao! - Fixed incorrect state with resume then reconnect -
#596
a9aa74f
Thanks @davidzhao! - Track.streamState defaults to active
v1.6.6
Patch Changes
- #585
0a33b1a
Thanks @davidzhao! - Prevent concurrent RTCRtpSender.setParameter call to avoid exception
v1.6.5
Patch Changes
-
#575
b8fd583
Thanks @HermanBilous! - Provide more context to ConnectionError when connecting to a room -
#573
b71ec61
Thanks @cnderrauber! - Add reconnect reason and signal rtt calculation -
#581
6b35e07
Thanks @lukasIO! - Only restart track after permission change if not muted
v1.6.4
Patch Changes
-
#566
f06ee24
Thanks @otakueadwine! - Export CheckStatus type -
#569
b53f5c5
Thanks @lukasIO! - EmitParticipant.PermissionChanged
event also for remote participants -
#562
b9cd661
Thanks @kilimnik! - Emit DeviceUnsupportedError when getDisplayMedia is not supported on a device -
#568
6e35f39
Thanks @davidzhao! - Fixed handling of unknown signal messages -
#570
4ee0f5a
Thanks @lukasIO! - Drop local participant updates with wrong sid
v1.6.3
Patch Changes
-
#553
fe08625
Thanks @cnderrauber! - add reconnect response to update configuration while reconnecting -
#555
0bc67ba
Thanks @cnderrauber! - Enable nack for audio track only if offer wants it -
#559
d88ca0a
Thanks @renovate! - Update dependency ua-parser-js to v1.0.33 -
#556
100ac49
Thanks @davidliu! - Allow for internal background timer implementation to be overridden
v1.6.2
v1.6.1
Patch Changes
-
#543
fc6a015
Thanks @davidzhao! - Wait for dimensions to become available prior to publishing -
#541
af223f4
Thanks @lukasIO! - MakeunpublishTrack
async, emit TrackUnpublished before TrackPublished within the same update -
#535
f1ba2ab
Thanks @lukasIO! - Improve autoplay when multiple streams are attached to the same media element #534 -
#540
03711ee
Thanks @lukasIO! - Set local name for simulated participants via updateInfo -
#542
260ad8b
Thanks @cnderrauber! - Add autosubscribe option for sample -
#538
c4786ee
Thanks @lukasIO! - Fix race edgecase between subsequent disconnect and connect calls