@recallai/desktop-sdk 2.0.20 → 2.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
### 2.0.21 [patch] (MacOS+Windows) - 2026-06-24
|
|
2
|
+
- Fixed missing words in transcript partial data.
|
|
3
|
+
|
|
1
4
|
### 2.0.20 [patch] (MacOS+Windows) - 2026-06-19
|
|
2
5
|
- General performance improvements for Windows
|
|
3
6
|
- Fixed issue with occasionally not firing `meeting-closed` when Teams closed on macOS
|
package/index.js
CHANGED
|
@@ -449,7 +449,7 @@ function startProcess() {
|
|
|
449
449
|
GST_DEBUG: "3,GST_CAPS:3,GST_SCHEDULING:2,GST_PADS:2,video-scaler:1,transcriber:4,filebuffereds3sink:4,seekables3sink:4,rtpsession:1,audioresample:1,videodecoder:2,basesink:2,webrtcbin:2,websocketsink:4,audiomixer:4,galleryview:4,removeonsinkeosbin:4,fallbackswitch:6,sendmessageonsinkeosbin:4,dsdks3sink:5" + annotatorDebug,
|
|
450
450
|
GST_DEBUG_DUMP_DOT_DIR: gst_dump_dir,
|
|
451
451
|
GST_REGISTRY_FORK: "no",
|
|
452
|
-
RUST_BACKTRACE: "
|
|
452
|
+
RUST_BACKTRACE: "full",
|
|
453
453
|
// "DYLD_INSERT_LIBRARIES":"/opt/homebrew/lib/libjemalloc.dylib",
|
|
454
454
|
// "MALLOC_CONF":"prof:true,prof_active:true,prof_prefix:jeprof",
|
|
455
455
|
// "DYLD_FORCE_FLAT_NAMESPACE":"1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.21",
|
|
4
4
|
"description": "Recall Desktop SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@types/node": "^24.2.0",
|
|
21
21
|
"typescript": "^5.3.3"
|
|
22
22
|
},
|
|
23
|
-
"commit_sha": "
|
|
23
|
+
"commit_sha": "9620c00302ff762c6321eb8820bed5a2af987818"
|
|
24
24
|
}
|