@recallai/desktop-sdk 2.0.19 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ### 2.0.21 [patch] (MacOS+Windows) - 2026-06-24
2
+ - Fixed missing words in transcript partial data.
3
+
4
+ ### 2.0.20 [patch] (MacOS+Windows) - 2026-06-19
5
+ - General performance improvements for Windows
6
+ - Fixed issue with occasionally not firing `meeting-closed` when Teams closed on macOS
7
+ - Improved mute detection for Google Meet for Safari on macOS
8
+ - Improved resolution of local screenshare capture when sharing Chrome window from Google Meet in Chrome on macOS
9
+ - Added opt-in ability to hide participant tiles that do not have video enabled for Zoom on macOS
10
+ - Screenshare capture no longer captures Zoom UI for Zoom on macOS
11
+ - Fixed compliance messaging not being sent for Google Meet calendar meetings on Chrome on macOS
12
+ - Added support for compliance messaging on Teams and Zoom on macOS
13
+ - Fixed issue where speaker names were incorrectly extracted for Zoom collapsed PIP mode on macOS
14
+ - Fixed issue where active speaker was not identified correctly occasionally for Zoom immersive mode on macOS
15
+ - Fixed issue where active speaker was not identified correctly occasionally for Zoom PIP mode on macOS
16
+ - Fixed issue where "Try Annotation" appeared as a participant tile occasionally for Google Meet on macOS
17
+ - Fixed issue where accessibility permission dialog appeared unintentionally on initial install on macOS
18
+ - Fixed issue where Zoom would occasionally return stale meeting urls on macOS
19
+ - Fixed various issues where participant tiles would be incorrectly cropped for Google Meet on macOS
20
+
1
21
  ### 2.0.19 [patch] (MacOS+Windows) - 2026-06-12
2
22
  - Fixed crash on Windows during video capture
3
23
  - Improve google meet active speaker detection on macOS and Windows
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: "1",
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.19",
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": "41a8616c8efb68ac234eb9fbf79f1100e2fc0495"
23
+ "commit_sha": "9620c00302ff762c6321eb8820bed5a2af987818"
24
24
  }