@agora-build/dialf 0.1.5 → 0.1.6

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/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,19 @@ fetches the matching binary from the [GitHub Releases](https://github.com/Agora-
21
21
  it never hard-fails `npm install` — if no prebuilt exists for your platform it prints
22
22
  guidance to build from source.
23
23
 
24
+ ## The phone app (DialF Phone)
25
+
26
+ This package installs the **controller** (`dialf` CLI + `dialfd`). The phone DialF controls
27
+ runs the **DialF Phone** Android app — it places/answers/rejects calls, sends/reads SMS, and
28
+ reads the call log/SIMs on command, while call audio is bridged through the host's USB sound
29
+ card. Install it on the phone and pair it to `dialfd` with a shared key:
30
+
31
+ - Newest APK: https://dl.agora.build/dialf/dialf-phone-latest.apk
32
+ - All versions: https://github.com/Agora-Build/DialF/releases
33
+
34
+ See the [main repository](https://github.com/Agora-Build/DialF) for the end-to-end setup
35
+ walkthrough and the [phone-app reference](https://github.com/Agora-Build/DialF/blob/main/app/README.md).
36
+
24
37
  ## Run the daemon as a service
25
38
 
26
39
  `npm install` only installs the CLI. To run `dialfd` in the background:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/dialf",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "DialF — autonomous phone pick/call daemon (dialfd) + CLI",
5
5
  "bin": {
6
6
  "dialf": "bin/dialf.js"