@recallai/desktop-sdk 2.0.27 → 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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
### 2.0.27 [patch] (MacOS+Windows) - 2026-07-30
|
|
2
10
|
- Fixed issue where `is_host` was not set to true for host participant events on macOS
|
|
3
11
|
- Fixed issue where active speakers were Host and Guest for collapsed PIP window for Teams Desktop on macOS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
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": "
|
|
23
|
+
"commit_sha": "62bf3a1f8995af470272b2198f39f2f53c150fdc"
|
|
24
24
|
}
|