Skip to content

Commit 7d1abfe

Browse files
Version Packages
1 parent 38cf002 commit 7d1abfe

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/rotten-lemons-itch.md

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

.changeset/tough-laws-deny.md

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

CHANGELOG.md

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

3+
## 2.14.1
4+
5+
### Patch Changes
6+
7+
- allow manual controls even when adaptiveStream is enabled - [#1569](https://github.com/livekit/client-sdk-js/pull/1569) ([@davidzhao](https://github.com/davidzhao))
8+
9+
- Update active device immediately for muted video tracks - [#1573](https://github.com/livekit/client-sdk-js/pull/1573) ([@yashjain-99](https://github.com/yashjain-99))
10+
311
## 2.14.0
412

513
### 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.14.0",
3+
"version": "2.14.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)