Skip to content

Commit aa5f6bd

Browse files
Version Packages (#1626)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3b8276 commit aa5f6bd

8 files changed

Lines changed: 17 additions & 31 deletions

.changeset/giant-boxes-thank.md

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

.changeset/orange-bottles-warn.md

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

.changeset/smart-otters-beam.md

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

.changeset/ten-bananas-tell.md

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

.changeset/three-beans-act.md

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

.changeset/tiny-birds-enter.md

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

CHANGELOG.md

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

3+
## 2.15.6
4+
5+
### Patch Changes
6+
7+
- Query audio track with all constraints present - [#1624](https://github.com/livekit/client-sdk-js/pull/1624) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Ensure RemoteVideoTracks without any attached elements are stopped by adaptiveStream - [#1625](https://github.com/livekit/client-sdk-js/pull/1625) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Disable av1 for firefox - [#1631](https://github.com/livekit/client-sdk-js/pull/1631) ([@cnderrauber](https://github.com/cnderrauber))
12+
13+
- Use SIF payload hashes to ensure integrity - [#1629](https://github.com/livekit/client-sdk-js/pull/1629) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- fix(e2ee): h264 publishing with e2ee enabled - [#1632](https://github.com/livekit/client-sdk-js/pull/1632) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Check for encrypted track if room unencrypted, and if so, emit an event - [#1627](https://github.com/livekit/client-sdk-js/pull/1627) ([@1egoman](https://github.com/1egoman))
18+
319
## 2.15.5
420

521
### Patch 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.15.5",
3+
"version": "2.15.6",
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)