We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e787a2 commit 181ac6bCopy full SHA for 181ac6b
.changeset/flat-suns-melt.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 2.15.3
4
+
5
+### Patch Changes
6
7
+- fix: retry processor playback on abort error - [#1592](https://github.com/livekit/client-sdk-js/pull/1592) ([@lukasIO](https://github.com/lukasIO))
8
9
## 2.15.2
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
- "version": "2.15.2",
+ "version": "2.15.3",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
0 commit comments