@recallai/desktop-sdk 2.0.15 → 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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
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
+
1
12
  ### 2.0.15 [patch] (MacOS+Windows) - 2026-05-13
2
13
  - Fixed meeting detection issue for Google Meets on macOS
3
14
  - Fixed issue with failing to capture window and emitting only Guest / Host labels for Google Meets on macOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.15",
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": "b37329353ad9867676052525ab8c6237e0a502ae"
23
+ "commit_sha": "06bdb6e635ec5c4e48c08a83aea7580004e8b304"
24
24
  }