@recallai/desktop-sdk 2.0.14 → 2.0.16

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.16 [patch] (MacOS+Windows) - 2026-05-13
2
+ - Fixed meeting detection issues for Zoom on Windows
3
+ - Performance improvements for Windows and macOS
4
+ - Fixed microphone capturing issues for Google Meets on Windows
5
+ - Support capturing Zoom meeting titles on macOS
6
+ - Fixed Zoom meeting detection issues on macOS
7
+ - Fixed issue with audio-only recordings in Safari triggered screenshare permission mid-recording on macOS
8
+ - Fixed meeting detection issues for Teams on macOS
9
+ - Fixed meeting detection issues for Google Meets on macOS
10
+ - Fixed issues with incorrect speaker attribution for Google Meets on macOS
11
+
12
+ ### 2.0.15 [patch] (MacOS+Windows) - 2026-05-13
13
+ - Fixed meeting detection issue for Google Meets on macOS
14
+ - Fixed issue with failing to capture window and emitting only Guest / Host labels for Google Meets on macOS
15
+ - Performance improvements for macOS and Windows
16
+ - Fixed issue with speaker labels being incorrect for Zoom on macOS
17
+
1
18
  ### 2.0.14 [patch] (MacOS+Windows) - 2026-05-13
2
19
  - Fixed Google Meets detection issue on macOS
3
20
  - Fixes memory leaks on macOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
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": "ae097dfaaeef8674e19a2e2649f7ad853178dc0d"
23
+ "commit_sha": "06bdb6e635ec5c4e48c08a83aea7580004e8b304"
24
24
  }