Skip to content

Commit 205bd70

Browse files
Version Packages (#1550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93d33e1 commit 205bd70

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/brown-laws-visit.md

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

.changeset/dull-otters-dress.md

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

.changeset/nine-wolves-divide.md

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

.changeset/ninety-baboons-act.md

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

.changeset/unlucky-llamas-smile.md

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

CHANGELOG.md

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

3+
## 2.13.6
4+
5+
### Patch Changes
6+
7+
- Fix transceiver reuse causing destination stream closed errors - [#1554](https://github.com/livekit/client-sdk-js/pull/1554) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Stop MediaStream tracks at the end of the video check - [#1552](https://github.com/livekit/client-sdk-js/pull/1552) ([@svajunas-budrys](https://github.com/svajunas-budrys))
10+
11+
- disable dyncast for svc encoding - [#1556](https://github.com/livekit/client-sdk-js/pull/1556) ([@cnderrauber](https://github.com/cnderrauber))
12+
13+
- Update active device immediately for muted audio tracks - [#1526](https://github.com/livekit/client-sdk-js/pull/1526) ([@yashjain-99](https://github.com/yashjain-99))
14+
15+
- Drop outdated sdp answers and forward offer ids - [#1547](https://github.com/livekit/client-sdk-js/pull/1547) ([@lukasIO](https://github.com/lukasIO))
16+
317
## 2.13.5
418

519
### 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.13.5",
3+
"version": "2.13.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)