diff --git a/.changeset/lucky-pandas-listen.md b/.changeset/lucky-pandas-listen.md deleted file mode 100644 index 94b32c47..00000000 --- a/.changeset/lucky-pandas-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/rtc-node': patch ---- - -Close audio streams when their track is unsubscribed. An unsubscribed track never receives `eos` from the FFI, so any `AudioStream` attached to it kept delivering frames — after a reconnect that meant the stale stream and the new subscription's stream both delivered the publisher's audio. diff --git a/.changeset/sixty-trains-win.md b/.changeset/sixty-trains-win.md deleted file mode 100644 index 84707ba5..00000000 --- a/.changeset/sixty-trains-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/rtc-node": patch ---- - -bump FFI to 0.12.68 diff --git a/packages/livekit-rtc/CHANGELOG.md b/packages/livekit-rtc/CHANGELOG.md index 2faa4a0f..ab1a9024 100644 --- a/packages/livekit-rtc/CHANGELOG.md +++ b/packages/livekit-rtc/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/rtc-node +## 0.13.32 + +### Patch Changes + +- Close audio streams when their track is unsubscribed. An unsubscribed track never receives `eos` from the FFI, so any `AudioStream` attached to it kept delivering frames — after a reconnect that meant the stale stream and the new subscription's stream both delivered the publisher's audio. - [#701](https://github.com/livekit/node-sdks/pull/701) ([@davidzhao](https://github.com/davidzhao)) + +- bump FFI to 0.12.68 - [#701](https://github.com/livekit/node-sdks/pull/701) ([@davidzhao](https://github.com/davidzhao)) + ## 0.13.31 ### Patch Changes diff --git a/packages/livekit-rtc/package.json b/packages/livekit-rtc/package.json index ada6d7b1..e428c337 100644 --- a/packages/livekit-rtc/package.json +++ b/packages/livekit-rtc/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.13.31", + "version": "0.13.32", "main": "dist/index.js", "require": "dist/index.cjs", "types": "dist/index.d.ts",