@recallai/desktop-sdk 2.0.25 → 2.0.26

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 2.0.26 [patch] (MacOS+Windows) - 2026-07-10
2
+ - Fixed issue where meeting titles included non-title text for Teams Web on macOS
3
+ - Fixed issue with screenshares not being captured for Teams Desktop on macOS
4
+ - Fixed issue where recordings would prematurely finalize on macOS / Windows
5
+ - Fixed issue where display screenshares not captured on Safari on macOS
6
+ - Fixed issue where recordings go black after tabbing back into meeting for Safari on macOS
7
+ - Fixed issue where Safari window screenshare not captured for Safari on macOS
8
+
1
9
  ### 2.0.25 [patch] (MacOS+Windows) - 2026-07-10
2
10
  - Fixed issue tracking which microphone to capture on macOS in some cases
3
11
  - Fixed video capture for participants on zoom for macOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
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": "90d670e842200a4d546cbe36cc0b9c48fbe6a204"
23
+ "commit_sha": "482cad45d71ed45aa5f111f4a7b5a56ec0fc1362"
24
24
  }