@livedesk/client 0.1.125 → 0.1.127

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 CHANGED
@@ -41,9 +41,11 @@ Hub-requested thumbnails, can stream a focused view-only live screen, and
41
41
  can receive safe task-only instructions. The C# RemoteFast engine also supports
42
42
  keyboard/mouse control on Windows, macOS, and Linux/X11, file transfer, and
43
43
  Windows system-audio loopback playback. macOS control requires Accessibility
44
- permission for the terminal app that started LiveDesk; screen streaming requires
45
- Screen Recording permission. LiveDesk opens the matching System Settings page
46
- only when that permission is first needed. When file transfer is enabled by the Hub, received files are saved
44
+ permission for the terminal app that started LiveDesk; screen streaming and
45
+ system-audio capture require Screen Recording permission. LiveDesk checks these
46
+ permissions without opening repeated system dialogs and prints the matching
47
+ System Settings path when access is missing; after granting access, restart the
48
+ client. When file transfer is enabled by the Hub, received files are saved
47
49
  to `Desktop/LiveDeskFiles` unless the Hub sets another destination folder.
48
50
 
49
51
  By default, the launcher uses the packaged C# RemoteFast engine when supported.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.125",
3
+ "version": "0.1.127",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {