@recallai/desktop-sdk 2.0.19 → 2.0.20

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