Skip to content

Commit 8a26d0e

Browse files
Version Packages (#1943)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a88250 commit 8a26d0e

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/empty-roses-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-room-listener-cleanup-1940.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/floppy-radios-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.19.1
4+
5+
### Patch Changes
6+
7+
- Disable publisher offer with join in firefox - [#1954](https://github.com/livekit/client-sdk-js/pull/1954) ([@cnderrauber](https://github.com/cnderrauber))
8+
9+
- Fix memory leak where the constructor-registered `devicechange` listener on `navigator.mediaDevices` was not removed when a `Room` was constructed but never connected. The listener kept the `Room` instance reachable from the global `navigator.mediaDevices` EventTarget, defeating the `FinalizationRegistry` cleanup. - [#1944](https://github.com/livekit/client-sdk-js/pull/1944) ([@nikhilgupta58](https://github.com/nikhilgupta58))
10+
11+
- Ensure that client protocol is set in the dual peer connection case - [#1942](https://github.com/livekit/client-sdk-js/pull/1942) ([@1egoman](https://github.com/1egoman))
12+
313
## 2.19.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.19.0",
3+
"version": "2.19.1",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)