We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc4a2e commit 4fb6741Copy full SHA for 4fb6741
3 files changed
.changeset/empty-bugs-pull.md
packages/livekit-rtc/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @livekit/rtc-node
2
3
+## 0.13.27
4
+
5
+### Patch Changes
6
7
+- fix(rtc): consistent connection state handling - [#655](https://github.com/livekit/node-sdks/pull/655) ([@lukasIO](https://github.com/lukasIO))
8
9
## 0.13.26
10
11
### Patch Changes
packages/livekit-rtc/package.json
@@ -3,7 +3,7 @@
"description": "LiveKit RTC Node",
"license": "Apache-2.0",
"author": "LiveKit",
- "version": "0.13.26",
+ "version": "0.13.27",
"main": "dist/index.js",
"require": "dist/index.cjs",
"types": "dist/index.d.ts",
0 commit comments