@todesktop/client-recall 1.3.6 → 1.3.8
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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -267,6 +267,12 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
|
|
|
267
267
|
```
|
|
268
268
|
|
|
269
269
|
## Changelog
|
|
270
|
+
- 1.3.8
|
|
271
|
+
- Updated `@recallai/desktop-sdk` to v2.0.14
|
|
272
|
+
- Pulled in upstream Google Meet detection fixes, macOS memory leak fixes, audio-pipeline fixes, Teams Gallery fallback capture fixes, and Teams Windows app-hang fixes
|
|
273
|
+
- 1.3.7
|
|
274
|
+
- Updated `@recallai/desktop-sdk` to v2.0.13
|
|
275
|
+
- Pulled in upstream app-hang fixes, performance improvements, Google Meet PIP black-recording fixes, Arc window capture support, audio-pipeline fixes, and Google Meet detection fixes
|
|
270
276
|
- 1.3.6
|
|
271
277
|
- Updated `@recallai/desktop-sdk` to v2.0.12
|
|
272
278
|
- Pulled in upstream crash fixes, TLS handling fixes, audio-pipeline telemetry, Teams/Chromium/Safari capture fixes, Zoom multiwindow sharing, and Chrome vertical-tab meeting detection
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@todesktop/client-recall",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "ToDesktop plugin for Recall.ai Desktop Recording SDK - Client library",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@recallai/desktop-sdk": "2.0.
|
|
40
|
+
"@recallai/desktop-sdk": "2.0.14",
|
|
41
41
|
"rimraf": "^5.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|