@livedesk/client 0.1.85 → 0.1.87

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
@@ -3,10 +3,14 @@
3
3
  Run a direct LiveDesk remote client from a controlled computer.
4
4
 
5
5
  ```powershell
6
- npx @livedesk/client
7
- npx @livedesk/client 3
6
+ npx -y livedesk client
7
+ npx -y livedesk client 3
8
8
  ```
9
9
 
10
+ `@livedesk/client` is the internal direct package and remains available for
11
+ advanced diagnostics. The public command above keeps Hub and client versions
12
+ aligned.
13
+
10
14
  The default flow opens Google sign-in, waits for the active LiveDesk Hub
11
15
  published by the same account, and connects locally. If the Hub is not
12
16
  ready yet, the client keeps checking every 5 seconds instead of exiting. Omit the
@@ -27,7 +31,7 @@ Supabase Auth must allow the CLI callback URL:
27
31
  http://127.0.0.1:5198/callback
28
32
  ```
29
33
 
30
- If you use a custom port, run `npx @livedesk/client --auth-port 5200` and add
34
+ If you use a custom port, run `npx -y livedesk client --auth-port 5200` and add
31
35
  the matching callback URL to Supabase Auth redirect URLs.
32
36
 
33
37
  The client registers the device, sends status heartbeats, can return
@@ -49,15 +53,15 @@ point `LIVEDESK_FFMPEG` at a verified LGPL ffmpeg build before shipping.
49
53
  Useful flags:
50
54
 
51
55
  ```powershell
52
- npx @livedesk/client 3
53
- npx @livedesk/client --no-thumbnail
54
- npx @livedesk/client --no-live
55
- npx @livedesk/client --no-audio
56
- npx @livedesk/client --files-dir "D:\LiveDeskFiles"
57
- npx @livedesk/client --engine node
58
- npx @livedesk/client --engine fast --trace-frames
59
- npx @livedesk/client --auth-port 5200
60
- npx @livedesk/client --logout
56
+ npx -y livedesk client 3
57
+ npx -y livedesk client --no-thumbnail
58
+ npx -y livedesk client --no-live
59
+ npx -y livedesk client --no-audio
60
+ npx -y livedesk client --files-dir "D:\LiveDeskFiles"
61
+ npx -y livedesk client --engine node
62
+ npx -y livedesk client --engine fast --trace-frames
63
+ npx -y livedesk client --auth-port 5200
64
+ npx -y livedesk client --logout
61
65
  ```
62
66
 
63
67
  Frame pipeline roadmap:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.85",
3
+ "version": "0.1.87",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {