We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3add37d commit c7e4f7fCopy full SHA for c7e4f7f
.changeset/brown-laws-visit.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 2.13.8
4
+
5
+### Patch Changes
6
7
+- Fix transceiver reuse causing destination stream closed errors - [#1559](https://github.com/livekit/client-sdk-js/pull/1559) ([@lukasIO](https://github.com/lukasIO))
8
9
## 2.13.7
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
- "version": "2.13.7",
+ "version": "2.13.8",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
0 commit comments