@recallai/desktop-sdk 2.0.26 → 2.0.28

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 +29 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,32 @@
1
- ### 2.0.26 [patch] (MacOS+Windows) - 2026-07-10
1
+ ### 2.0.28 [patch] (MacOS+Windows) - 2026-08-09
2
+ - Fixed issue where `meeting-detected` would not fire if modal was open for Teams Desktop on Windows
3
+ - Fixed issue where memory usage would cyclically rise and fall while idle on macOS
4
+ - Fixed several issues where URL could not be retrieved for Teams Desktop on macOS
5
+ - Fixed issue where compliance messages would not send properly if vertical tabs enabled on Google Chrome on macOS
6
+ - Fixed issue where active speaker would be incorrect if participants were collapsed into a single tile for Google Meet on macOS
7
+ - Fixed issue where local screenshare would not be captured in certain circumstances for Teams Desktop on Windows
8
+
9
+ ### 2.0.27 [patch] (MacOS+Windows) - 2026-07-30
10
+ - Fixed issue where `is_host` was not set to true for host participant events on macOS
11
+ - Fixed issue where active speakers were Host and Guest for collapsed PIP window for Teams Desktop on macOS
12
+ - Screenshare picker is no longer captured for Teams Web on macOS
13
+ - Fixed audio issue when background audio was playing while in Teams Desktop PIP window on macOS
14
+ - Fixed issue where all meeting providers on macOS could emit `meeting-closed` when dragged to a new space if on a permission-restricted environment
15
+ - Fixed issue where Guest and Host speaker labels were emitted for Google Meet on Brave on macOS
16
+ - Fixed issue where Teams Desktop would emit Guest and Host speaker labels while screensharing on macOS
17
+ - Fixed issue where compliance messages could be sent twice on platforms on macOS
18
+ - Fixed issue where memory usage could spike to several GB when detecting Zoom meetings on macOS
19
+ - Fixed issue where Desktop SDK IPC could hang after shutting down ad hoc recording on macOS
20
+ - Fixed issue where Zoom would emit `meeting-closed` if disconnected from computer audio on macOS
21
+ - Fixed issue where screenshare was not captured for Japanese locale on macOS
22
+ - Fixed issue where raised hand would be confused with active speaker for Teams Desktop on macOS
23
+ - Fixed issue where Teams Desktop would use network indicator as host name on macOS
24
+ - Fixed issue where Google Meet urls were not obtained on Windows
25
+ - Fixed issue where Google Meet meetings were sometimes not detected on Windows
26
+ - Fixed issue where audio was captured with low gain on macOS
27
+ - Fixed various crashes on Windows
28
+
29
+ ### 2.0.26 [patch] (MacOS+Windows) - 2026-07-20
2
30
  - Fixed issue where meeting titles included non-title text for Teams Web on macOS
3
31
  - Fixed issue with screenshares not being captured for Teams Desktop on macOS
4
32
  - Fixed issue where recordings would prematurely finalize on macOS / Windows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
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": "482cad45d71ed45aa5f111f4a7b5a56ec0fc1362"
23
+ "commit_sha": "62bf3a1f8995af470272b2198f39f2f53c150fdc"
24
24
  }