Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2bece5

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

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/eight-horses-raise.md

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

.changeset/eighty-drinks-wink.md

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

.changeset/selfish-cats-fold.md

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

.changeset/shy-dolls-cover.md

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

.changeset/witty-keys-applaud.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.11.0
4+
5+
### Minor Changes
6+
7+
- Defer publishing until signal is connected - [#1465](https://github.com/livekit/client-sdk-js/pull/1465) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Address chrome ideal device handling change by defaulting to exact device matching - [#1478](https://github.com/livekit/client-sdk-js/pull/1478) ([@lukasIO](https://github.com/lukasIO))
10+
11+
### Patch Changes
12+
13+
- Add streamBytes method - [#1473](https://github.com/livekit/client-sdk-js/pull/1473) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Default to exact matching and retry on unspecified ideal narrowing - [#1479](https://github.com/livekit/client-sdk-js/pull/1479) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- fix: search params for older browsers - [#1480](https://github.com/livekit/client-sdk-js/pull/1480) ([@radko93](https://github.com/radko93))
18+
319
## 2.10.0
420

521
### 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.10.0",
3+
"version": "2.11.0",
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)