@furious.luke/argus-js 0.5.2 → 0.5.3

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,12 @@ Argus is a distributed video ingestion service. A stream flows through three par
17
17
 
18
18
  This library is only the browser publishing half. It deliberately does **not** talk to the control plane or mint tokens — that requires your secret API key and must stay server-side.
19
19
 
20
+ Voice catalogue discovery and voice selection follow the same boundary. Your
21
+ server obtains the catalogue and includes its selected voice configuration when
22
+ creating the stream; the browser receives only its join token and gateway URLs.
23
+ `argus-js` therefore exposes the resulting assistant speech track but never a
24
+ voice configuration or control-plane credential.
25
+
20
26
  ```
21
27
  ┌──────────┐ 1. request join token ┌────────────┐
22
28
  │ browser │ ───────────────────────▶ │ your server│ ──(API key)──▶ Argus control plane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furious.luke/argus-js",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Browser client for Argus WebRTC sessions — text, camera, microphone, and screen sharing.",
5
5
  "keywords": [
6
6
  "argus",