@recallai/desktop-sdk 2.0.22 → 2.0.24

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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ### 2.0.24 [patch] (MacOS+Windows) - 2026-07-06
2
+ - Fix regression in realtime transcription latency caused in the last update.
3
+
4
+ ### 2.0.23 [patch] (MacOS+Windows) - 2026-07-05
5
+ - Fix issue with two participant tiles rapidly replacing eachother in PIP mode for Zoom and Google Meet on macOS
6
+ - Webhook message sent on a transcription failure event from the DSDK
7
+ - Support for tab and window screenshare on Teams Web for macOS
8
+ - Support participant scraping for a specific zoom overlay on Windows.
9
+ - Fixed issues where encoding would stop abruptly mid recording.
10
+ - Improved heartbeat and status request error handling.
11
+ - Fixed issue where wrong Chrome window would be captured when screensharing from Google Meet on macOS
12
+ - Fixed issue where participant would be incorrectly labeled Host on Safari macOS
13
+ - Fixed issue where participant with "-" would cause incorrect speaker labels for Zoom on macOS
14
+ - Added support for screensharing tabs from Zoom on macOS
15
+ - Added guardrails to restrict compliance messaging from acting on tabs outside of Google Meet on macOS
16
+ - Fixed issue where clicking on link to site being shared in Chrome banner would capture non-meeting content for Google Meet on macOS
17
+ - Prevent screenshare picker from being captured for Google Meet on macOS
18
+ - Fixed issue with audio capture being quiet for Safari on macOS
19
+ - Fixed issue with audio being captured while muted while in PIP mode for Google Meet on macOS
20
+ - Fixed issue where meeting code was returned instead of `null` for Google Meet on Safari on macOS
21
+ - Fixed issue with capturing beyond meeting window when emoji bar selected for Google Meet on macOS
22
+ - Fixed issue with tab screenshare not being captured when PIP disabled for Google Meet on macOS
23
+ - Added guardrails to prevent Google Meet prematurely being detected as closed for Google Meet on macOS
24
+ - Fixed issue with capturing wrong display for specific setups for Google Meet on macOS
25
+ - Ad Hoc recordings no longer require accessibility privilege on macOS
26
+
1
27
  ### 2.0.22 [patch] (MacOS+Windows) - 2026-06-26
2
28
  - Support for Teams Web on macOS.
3
29
  - Audio capture pipeline performance improvements on macOS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.22",
3
+ "version": "2.0.24",
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": "58d5f7c8d42a48a38cc1f69c7a355bc9ba520eda"
23
+ "commit_sha": "5e72245898ef9ad6992b10fbe383f4a1c8853f3a"
24
24
  }