Skip to content

Commit 33e72d7

Browse files
Version Packages (#1459)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01bf1be commit 33e72d7

7 files changed

Lines changed: 17 additions & 26 deletions

File tree

.changeset/angry-ears-jog.md

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

.changeset/cool-points-guess.md

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

.changeset/cyan-pots-warn.md

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

.changeset/honest-swans-switch.md

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

.changeset/olive-numbers-sing.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.10.0
4+
5+
### Minor Changes
6+
7+
- Add prefer regression for backup codec policy - [#1456](https://github.com/livekit/client-sdk-js/pull/1456) ([@cnderrauber](https://github.com/cnderrauber))
8+
9+
### Patch Changes
10+
11+
- Improve error message for WS errors during connection attempt - [#1466](https://github.com/livekit/client-sdk-js/pull/1466) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Closable spatial layers for svc encoding - [#1458](https://github.com/livekit/client-sdk-js/pull/1458) ([@cnderrauber](https://github.com/cnderrauber))
14+
15+
- Improve connection URL handling and add unit tests - [#1468](https://github.com/livekit/client-sdk-js/pull/1468) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Pass facingMode to initial getUserMedia call in track restart - [#1451](https://github.com/livekit/client-sdk-js/pull/1451) ([@lukasIO](https://github.com/lukasIO))
18+
319
## 2.9.9
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.9.9",
3+
"version": "2.10.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)