Releases: livekit/client-sdk-js
v1.3.0
Minor Changes
Patch Changes
-
#400
d6dd20c
Thanks @lukasIO! - Fallback to unmunged sdp for answer -
#334
8cb17ec
Thanks @lukasIO! - Add experimental support for fallback codec -
#396
027ede3
Thanks @davidzhao! - Send current network type to server -
#410
5b31a19
Thanks @lukasIO! - Move monitor APIs in parent classes -
#393
bfad4b3
Thanks @wcarle! - Prevent multiple redundant monitors from being started if start is called multiple times on a RemoteTrack -
#397
0f6b399
Thanks @cnderrauber! - enable simucalst codecs for firefox -
#403
fb2b221
Thanks @lukasIO! - Add fallback for addTrack if addTransceiver is not supported
v1.2.11
Patch Changes
-
#390
b9ca04f
Thanks @davidzhao! - Enable ICE restart for Firefox -
#388
5cc13e4
Thanks @cnderrauber! - don't declare simulcast codecs for firefox -
#395
213233c
Thanks @lukasIO! - Set metadata when creating participant -
#391
e5851ea
Thanks @lukasIO! - Log consolidated serverinfo on connect -
#384
961fcc4
Thanks @davidzhao! - Perform full reconnect faster when server is unable to resume -
#385
c11d99d
Thanks @lukasIO! - Don't reacquire muted tracks when app visibility changes -
#386
e64cb2f
Thanks @lukasIO! - Add fallback to unmunged sdp offer
v1.2.10
Patch Changes
-
#377
08d6c60
Thanks @lukasIO! - Add ping pong heartbeat for signal connection -
#382
8499723
Thanks @lukasIO! - Disable simulcast if an user provides empty array for custom layers -
#376
8ec5c02
Thanks @lukasIO! - Fix setting name on RemoteParticipant creation -
#379
fc97dd1
Thanks @davidzhao! - Use stricter union types for oneof messages
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
Patch Changes
-
#359
31e3883
Thanks @lukasIO! - Only reject connection promise if it was triggered by a call to connect() -
#358
8ceceff
Thanks @lukasIO! - Add safari explicitly to browserslist, to ensure compatibility with Safari 11" -
#363
4665f74
Thanks @lukasIO! - Decrease publication timeout to 10s and clean local state on failed unpublish attempts -
#311
61a41e0
Thanks @lukasIO! - Avoid multiple calls to getUserMedia for getLocalDevices -
#332
b3df000
Thanks @lukasIO! - Clean up simulcast codecs in unpublishTrack
v1.2.4
v1.2.3
Patch Changes
-
#328
aac61a9
Thanks @lukasIO! - Make local track publication timeout instead of waiting indefinitely for server response -
#321
607aa81
Thanks @davidzhao! - Improve reconnect timeout handling -
#329
5aea501
Thanks @lukasIO! - Log warning if multiple tracks of the same source are published -
#322
b9555d9
Thanks @cnderrauber! - enable audio nack -
#323
02c025f
Thanks @lukasIO! - Remove internal event listeners from local participant on disconnect -
#266
607aa81
Thanks @taskbit! - Customizable reconnect policy -
#325
56694b7
Thanks @lukasIO! - unpublish track based on published track.sender